summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-01-08 14:07:14 +0100
committerGravatar spoob <spoob@gmx.de> 2010-01-08 14:07:14 +0100
commit82a6f5b10a1e738b5b9ab5c68ab07f7fc57b0cc7 (patch)
tree7ffdfca2138359cbc24f29b8032d5d857abf21cd /pyLoadCli.py
parentBetter ConfigParser (diff)
downloadpyload-82a6f5b10a1e738b5b9ab5c68ab07f7fc57b0cc7.tar.xz
Fixed pyLoadCli -l
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py
index 42ee5fbab..fd8a1f590 100755
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -429,7 +429,7 @@ if __name__ == "__main__":
for option, params in opts:
if option in ("-l", "--local"):
- xmlconfig = XMLConfigParser(join(abspath(dirname(__file__)),"module","config","core.xml"), join(abspath(dirname(__file__)),"module","config","core_default.xml"))
+ xmlconfig = XMLConfigParser(join(abspath(dirname(__file__)),"module","config","core.xml"))
config = xmlconfig.getConfig()
ssl= ""