diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-04-18 16:13:51 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-04-18 16:13:51 +0000 |
| commit | 7e5b8dd9905ecfc6491ff035bcc81ac0a37279d0 (patch) | |
| tree | 3d16b47f8e816aa22f0befae0b90e2e95a9ca547 /lib/python/Screens | |
| parent | 8b8c11e65013f13d8178c20a7eb301bf179306c8 (diff) | |
| download | enigma2-7e5b8dd9905ecfc6491ff035bcc81ac0a37279d0.tar.gz enigma2-7e5b8dd9905ecfc6491ff035bcc81ac0a37279d0.zip | |
fix newline
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/Scart.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
