diff options
author | spoob <spoob@gmx.de> | 2010-01-07 19:05:42 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-01-07 19:05:42 +0100 |
commit | 205c200b94f3b4edf1220a9ffd5ebeab58aa098b (patch) | |
tree | 913097d568e2fcfcebfb0dc455ce936468a5c51b /module/Plugin.py | |
parent | Better Rapidshare Slot Check thanks #66 (diff) | |
download | pyload-205c200b94f3b4edf1220a9ffd5ebeab58aa098b.tar.xz |
Better ConfigParser
Diffstat (limited to 'module/Plugin.py')
-rw-r--r-- | module/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Plugin.py b/module/Plugin.py index 7854aa66d..45371c3af 100644 --- a/module/Plugin.py +++ b/module/Plugin.py @@ -31,7 +31,7 @@ from module.download_thread import CaptchaError class Plugin(): def __init__(self, parent): - self.configparser = XMLConfigParser(join("module","config","plugin.xml"), join("module","config","plugin_default.xml")) + self.configparser = XMLConfigParser(join("module","config","plugin.xml")) self.config = {} props = {} props['name'] = "BasePlugin" |