From: Felix Domke Date: Wed, 18 Jan 2006 03:05:48 +0000 (+0000) Subject: fix newline X-Git-Tag: 2.6.0~4381 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f0e1b80951da0abaf76f30be756b7b3a48ea6f08 fix newline --- diff --git a/lib/python/Components/EventInfo.py b/lib/python/Components/EventInfo.py index 6202fb8b..36a5aa4d 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)