diff options
Diffstat (limited to 'source/conf.py')
-rw-r--r-- | source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/conf.py b/source/conf.py index 726cf60d..e8e605e5 100644 --- a/source/conf.py +++ b/source/conf.py @@ -30,7 +30,7 @@ __license__ = "GPLv3" import os import ConfigParser # load the configuration -config = ConfigParser.RawConfigParser() +config = ConfigParser.SafeConfigParser() try: config.read("./cfg/pyAggr3g470r.cfg") except: |