From: Felix Domke Date: Wed, 18 Jan 2006 03:05:48 +0000 (+0000) Subject: fix newline X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=f0e1b80951da0abaf76f30be756b7b3a48ea6f08;hp=3803ee9372af957b2fa7e3edd39a0d5f703ab7ab fix newline --- diff --git a/lib/python/Components/EventInfo.py b/lib/python/Components/EventInfo.py index 6202fb8..36a5aa4 100644 --- a/lib/python/Components/EventInfo.py +++ b/lib/python/Components/EventInfo.py @@ -64,4 +64,4 @@ class EventInfoProgress(PerServiceDisplayProgress, EventInfo): self.setValue(progress) def stopEvent(self): - self.setValue(0) \ No newline at end of file + self.setValue(0)