diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-04 23:02:31 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-04 23:02:31 +0100 |
commit | 09534edf06c48622c90294689de6945295f50bc6 (patch) | |
tree | 1c0d40b7e8e96377b82f0cdf98dc20174066989d /module/HookManager.py | |
parent | py 2.5 fix (diff) | |
download | pyload-09534edf06c48622c90294689de6945295f50bc6.tar.xz |
py 2.5 fix -> removed import
Diffstat (limited to 'module/HookManager.py')
-rw-r--r-- | module/HookManager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/HookManager.py b/module/HookManager.py index 018508c51..fd51242fc 100644 --- a/module/HookManager.py +++ b/module/HookManager.py @@ -20,7 +20,6 @@ import traceback from threading import RLock -from operator import methodcaller from module.PluginThread import HookThread from time import time |