From 113a7c42c94953a9491e7aad501269f476a79af4 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 2 Aug 2010 20:42:13 +0200 Subject: new dlc plugins --- module/ConfigParser.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'module/ConfigParser.py') 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(): -- cgit v1.2.3