summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-01-07 19:05:42 +0100
committerGravatar spoob <spoob@gmx.de> 2010-01-07 19:05:42 +0100
commit205c200b94f3b4edf1220a9ffd5ebeab58aa098b (patch)
tree913097d568e2fcfcebfb0dc455ce936468a5c51b /pyLoadCore.py
parentBetter Rapidshare Slot Check thanks #66 (diff)
downloadpyload-205c200b94f3b4edf1220a9ffd5ebeab58aa098b.tar.xz
Better ConfigParser
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index c43fac3c8..16c272d5e 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -90,7 +90,7 @@ class Core(object):
self.plugin_folder = join("module", "plugins")
- self.xmlconfig = XMLConfigParser(join(self.path,"module","config","core.xml"), join(self.path,"module","config","core_default.xml"))
+ self.xmlconfig = XMLConfigParser(join(self.path,"module","config","core.xml"))
self.config = self.xmlconfig.getConfig()
self.do_kill = False