diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-09 15:39:50 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-09 15:39:50 +0200 |
commit | 560958b70043ea5b7e0e32d41cb51bd44696d775 (patch) | |
tree | 948384effdf884301f7b4cf07ab8de95a147b600 /module/config | |
parent | little logo update (diff) | |
download | pyload-560958b70043ea5b7e0e32d41cb51bd44696d775.tar.xz |
new config api
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/ConfigParser.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/config/ConfigParser.py b/module/config/ConfigParser.py index 9cc9f1fbe..3cad67bc2 100644 --- a/module/config/ConfigParser.py +++ b/module/config/ConfigParser.py @@ -17,8 +17,7 @@ ConfigData = namedtuple("ConfigData", "name type description default") class ConfigParser: """ - Holds and manages the configuration + meta data. - Actually only the values are read from disk, all meta data has to be provided first via addConfigSection. + Holds and manages the configuration + meta data for core and every user. """ CONFIG = "pyload.conf" |