add newlines at end of file
[enigma2.git] / lib / python / Plugins / SystemPlugins / DiseqcTester / plugin.py
index f55ba766d8c9ddfa894682e18faed8d2e521cc7b..2c8c5c389e8b5d990d1a59585e9fff6aa10c51d0 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)]