summaryrefslogtreecommitdiffstats
path: root/pyload/PluginManager.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-12-01 00:08:11 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-12-01 00:08:11 +0100
commit95270599f2a0d0042c75f63f30a3e013849439f7 (patch)
treeced2dc611ed51e43251b980e2a1578fe90674858 /pyload/PluginManager.py
parentUpdated translations (diff)
downloadpyload-95270599f2a0d0042c75f63f30a3e013849439f7.tar.xz
fixed are few addons and improved crypter workarounds
Diffstat (limited to 'pyload/PluginManager.py')
-rw-r--r--pyload/PluginManager.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyload/PluginManager.py b/pyload/PluginManager.py
index b6e4ed977..ea0515999 100644
--- a/pyload/PluginManager.py
+++ b/pyload/PluginManager.py
@@ -208,6 +208,8 @@ class PluginManager:
if name not in sys.modules: #could be already in modules
# TODO: only temporary
+ # TODO: strange side effects are caused by this workaround
+ # e.g a class instance is not associated correctly with its on instance because of wrong module names
if name.endswith("module"):
# name = "pyload."
name = name.replace(".module", "")