aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-04-18 16:13:51 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-04-18 16:13:51 +0000
commit7e5b8dd9905ecfc6491ff035bcc81ac0a37279d0 (patch)
tree3d16b47f8e816aa22f0befae0b90e2e95a9ca547 /lib/python
parent8b8c11e65013f13d8178c20a7eb301bf179306c8 (diff)
downloadenigma2-7e5b8dd9905ecfc6491ff035bcc81ac0a37279d0.tar.gz
enigma2-7e5b8dd9905ecfc6491ff035bcc81ac0a37279d0.zip
fix newline
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Scart.py2
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()