epgcache: add possibility to change the default epg cache read/write path
[enigma2.git] / 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)):