aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-11-30 09:30:39 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-11-30 09:30:39 +0100
commit111874bbd87063dc52d061bde1d74694c5c5e092 (patch)
treee58a6cf7e3be77c9d20bc2def934695ab84bae85 /lib/python
parent2013076d767842eba5ac94aaf3e58c94303d05e2 (diff)
parentf21e64acc0fbdbcc248fee8054d3848a5680ddc3 (diff)
downloadenigma2-111874bbd87063dc52d061bde1d74694c5c5e092.tar.gz
enigma2-111874bbd87063dc52d061bde1d74694c5c5e092.zip
Merge branch 'master' into experimental
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/newplugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/newplugin.py b/lib/python/Plugins/newplugin.py
index 48bb28ea..c1c6f948 100644
--- a/lib/python/Plugins/newplugin.py
+++ b/lib/python/Plugins/newplugin.py
@@ -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)):