summaryrefslogtreecommitdiffstats
path: root/module/config/ConfigParser.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/config/ConfigParser.py')
-rw-r--r--module/config/ConfigParser.py3
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"