aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/conf.py2
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:
bgstack15