aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-05-19 09:41:42 +0200
committercedricbonhomme <devnull@localhost>2012-05-19 09:41:42 +0200
commit05a191b841799fb728b2c2994358e4962dacfeb8 (patch)
tree4f2ef50b0e13a36e2ae1c010e337c38a3d3b23cd /source
parentImprovement: get_articles_from_collection() function can now return only the ... (diff)
downloadnewspipe-05a191b841799fb728b2c2994358e4962dacfeb8.tar.gz
newspipe-05a191b841799fb728b2c2994358e4962dacfeb8.tar.bz2
newspipe-05a191b841799fb728b2c2994358e4962dacfeb8.zip
Now using SafeConfigParser.
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