diff options
author | cedricbonhomme <devnull@localhost> | 2012-05-19 09:41:42 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-05-19 09:41:42 +0200 |
commit | 05a191b841799fb728b2c2994358e4962dacfeb8 (patch) | |
tree | 4f2ef50b0e13a36e2ae1c010e337c38a3d3b23cd /source | |
parent | Improvement: get_articles_from_collection() function can now return only the ... (diff) | |
download | newspipe-05a191b841799fb728b2c2994358e4962dacfeb8.tar.gz newspipe-05a191b841799fb728b2c2994358e4962dacfeb8.tar.bz2 newspipe-05a191b841799fb728b2c2994358e4962dacfeb8.zip |
Now using SafeConfigParser.
Diffstat (limited to 'source')
-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: |