summaryrefslogtreecommitdiffstats
path: root/module/Plugin.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-21 22:13:21 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-21 22:13:21 +0100
commit4eb1404eca2b795d809ee626a057a543043060cb (patch)
treedb25eddebc985a6066001e38e593c8f45e468910 /module/Plugin.py
parentFixed Netload Wait (diff)
downloadpyload-4eb1404eca2b795d809ee626a057a543043060cb.tar.xz
some optimizations
Diffstat (limited to 'module/Plugin.py')
-rw-r--r--module/Plugin.py3
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