diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-01-21 22:13:21 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-01-21 22:13:21 +0100 |
commit | 4eb1404eca2b795d809ee626a057a543043060cb (patch) | |
tree | db25eddebc985a6066001e38e593c8f45e468910 /module/plugins | |
parent | Fixed Netload Wait (diff) | |
download | pyload-4eb1404eca2b795d809ee626a057a543043060cb.tar.xz |
some optimizations
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/Hook.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/Hook.py b/module/plugins/Hook.py index 6f8a48802..541d0c2e9 100644 --- a/module/plugins/Hook.py +++ b/module/plugins/Hook.py @@ -19,9 +19,7 @@ """ import logging -from os.path import join -from module.XMLConfigParser import XMLConfigParser class Hook(): def __init__(self, core): |