diff options
Diffstat (limited to 'scripts/lib/wic/plugin.py')
-rw-r--r-- | scripts/lib/wic/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/plugin.py b/scripts/lib/wic/plugin.py index 9872d20985..fff02c063b 100644 --- a/scripts/lib/wic/plugin.py +++ b/scripts/lib/wic/plugin.py | |||
@@ -103,7 +103,7 @@ class PluginMgr(object): | |||
103 | % (os.path.basename(pdir), mod, err) | 103 | % (os.path.basename(pdir), mod, err) |
104 | msger.warning(msg) | 104 | msger.warning(msg) |
105 | 105 | ||
106 | del(sys.path[0]) | 106 | del sys.path[0] |
107 | 107 | ||
108 | def get_plugins(self, ptype): | 108 | def get_plugins(self, ptype): |
109 | """ the return value is dict of name:class pairs """ | 109 | """ the return value is dict of name:class pairs """ |