remove wrong import from newplugin.py helper script
authorthedoc <thedoc@atom.(none)>
Sun, 29 Nov 2009 13:45:49 +0000 (14:45 +0100)
committerthedoc <thedoc@atom.(none)>
Sun, 29 Nov 2009 13:45:49 +0000 (14:45 +0100)
lib/python/Plugins/newplugin.py

index 48bb28e..c1c6f94 100644 (file)
@@ -101,8 +101,8 @@ for where in targetlist:
        importlist.append(where[0])
 
 file.write("""from Screens.Screen import Screen
-from Plugins.Plugin import PluginDescriptor, %s
-""" % ', '.join(importlist))
+from Plugins.Plugin import PluginDescriptor
+""")
 
 mainlist = []
 for count in range(len(targetlist)):