diff options
Diffstat (limited to 'tasker/plugins.py')
| -rw-r--r-- | tasker/plugins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasker/plugins.py b/tasker/plugins.py index 2a8c204..3a470a5 100644 --- a/tasker/plugins.py +++ b/tasker/plugins.py @@ -139,7 +139,7 @@ class PluginSystem(object): importlist.add(f[:-4]) print "Adding python module (compiled): ", f elif os.path.isfile(fullpath) and f[-7:]==".plugin": - self._plugins[f[:-4]] = BinPlugin(fullpath) + self._plugins[f[:-7]] = BinPlugin(fullpath) print "Importing special module: ", f #try to import the modules as FirstAidKit.plugins.modulename |
