diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-02 20:42:13 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-02 20:42:13 +0200 |
commit | 113a7c42c94953a9491e7aad501269f476a79af4 (patch) | |
tree | f478f367f5a820772e4a87cf4881da35c88b10e1 /module/ConfigParser.py | |
parent | webif: log+download page (diff) | |
download | pyload-113a7c42c94953a9491e7aad501269f476a79af4.tar.xz |
new dlc plugins
Diffstat (limited to 'module/ConfigParser.py')
-rw-r--r-- | module/ConfigParser.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/ConfigParser.py b/module/ConfigParser.py index 859136572..b9b46176b 100644 --- a/module/ConfigParser.py +++ b/module/ConfigParser.py @@ -39,7 +39,6 @@ class ConfigParser: self.password = "" #stored outside and may not modified - #@TODO start setup.. self.checkVersion() @@ -192,7 +191,6 @@ class ConfigParser: #---------------------------------------------------------------------- def saveConfig(self, config, filename): """saves config to filename""" - #@TODO save username and config with open(filename, "wb") as f: for section in config.iterkeys(): |