From: Felix Domke Date: Tue, 18 Apr 2006 16:13:51 +0000 (+0000) Subject: fix newline X-Git-Tag: 2.6.0~3604 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/7e5b8dd9905ecfc6491ff035bcc81ac0a37279d0?hp=8b8c11e65013f13d8178c20a7eb301bf179306c8 fix newline --- diff --git a/lib/python/Screens/Scart.py b/lib/python/Screens/Scart.py index 50e65f17..cae46b23 100644 --- a/lib/python/Screens/Scart.py +++ b/lib/python/Screens/Scart.py @@ -20,4 +20,4 @@ class Scart(Screen): def switchToTV(self, val): self.avswitch.setInput("ENCODER") - self.close() \ No newline at end of file + self.close()