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 48bb28ea4b0e84059411a8852d49b2b0ee059eb6..c1c6f948052e914fc21794acbbbd837b97622f71 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)):