aboutsummaryrefslogtreecommitdiff
path: root/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/conf.py')
-rw-r--r--source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/conf.py b/source/conf.py
index b45b1d51..3f08efcf 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -28,9 +28,9 @@ __license__ = "GPLv3"
import os
-import ConfigParser
+import configparser
# load the configuration
-config = ConfigParser.SafeConfigParser()
+config = configparser.SafeConfigParser()
try:
config.read("./cfg/pyAggr3g470r.cfg")
except:
bgstack15