From 05a191b841799fb728b2c2994358e4962dacfeb8 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sat, 19 May 2012 09:41:42 +0200 Subject: Now using SafeConfigParser. --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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: -- cgit