From 95270599f2a0d0042c75f63f30a3e013849439f7 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 1 Dec 2013 00:08:11 +0100 Subject: fixed are few addons and improved crypter workarounds --- pyload/PluginManager.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyload/PluginManager.py') 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", "") -- cgit v1.2.3