aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan <stefan@tuxboxls.(none)>2008-12-16 20:22:17 +0100
committerStefan <stefan@tuxboxls.(none)>2008-12-16 20:22:17 +0100
commitb10857da7a1853f816adcb2c0464e9c759190c26 (patch)
tree5168e8d5863b57a6b9d6c2bf5fd32a5d415290e7 /lib/python
parentab6ca9d52c8431d66c3d785e6810470eafd5e35a (diff)
downloadenigma2-b10857da7a1853f816adcb2c0464e9c759190c26.tar.gz
enigma2-b10857da7a1853f816adcb2c0464e9c759190c26.zip
add newlines at end of file
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py2
-rw-r--r--lib/python/Screens/TextBox.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py b/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
index f55ba766..2c8c5c38 100644
--- a/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
@@ -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)]
diff --git a/lib/python/Screens/TextBox.py b/lib/python/Screens/TextBox.py
index 117c5c72..44b8a3cf 100644
--- a/lib/python/Screens/TextBox.py
+++ b/lib/python/Screens/TextBox.py
@@ -23,4 +23,4 @@ class TextBox(Screen):
self.close()
def cancel(self):
- self.close() \ No newline at end of file
+ self.close()