add newlines at end of file
authorStefan <stefan@tuxboxls.(none)>
Tue, 16 Dec 2008 19:22:17 +0000 (20:22 +0100)
committerStefan <stefan@tuxboxls.(none)>
Tue, 16 Dec 2008 19:22:17 +0000 (20:22 +0100)
lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
lib/python/Screens/TextBox.py

index f55ba76..2c8c5c3 100644 (file)
@@ -524,4 +524,4 @@ def autostart(reason, **kwargs):
 
 def Plugins(**kwargs):
        return [ PluginDescriptor(name="DiSEqC Tester", description=_("Test DiSEqC settings"), where = PluginDescriptor.WHERE_PLUGINMENU, fnc=DiseqcTesterMain),
-                       PluginDescriptor(where = PluginDescriptor.WHERE_AUTOSTART, fnc = autostart)]
\ No newline at end of file
+                       PluginDescriptor(where = PluginDescriptor.WHERE_AUTOSTART, fnc = autostart)]
index 117c5c7..44b8a3c 100644 (file)
@@ -23,4 +23,4 @@ class TextBox(Screen):
                self.close()
        
        def cancel(self):
-               self.close()
\ No newline at end of file
+               self.close()