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/Plugin.py | |
parent | Fixed Netload Wait (diff) | |
download | pyload-4eb1404eca2b795d809ee626a057a543043060cb.tar.xz |
some optimizations
Diffstat (limited to 'module/Plugin.py')
-rw-r--r-- | module/Plugin.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/Plugin.py b/module/Plugin.py index 2e61a1b55..5006da8dd 100644 --- a/module/Plugin.py +++ b/module/Plugin.py @@ -19,12 +19,11 @@ import logging import re -from os.path import exists, join +from os.path import exists from time import sleep from module.network.Request import Request -from module.XMLConfigParser import XMLConfigParser from module.download_thread import CaptchaError |