Merge pull request #15 from adulau/master

Configuration path fixed
This commit is contained in:
Alexandre Dulaunoy 2014-08-18 13:23:21 +02:00
commit e01ac78538

View file

@ -21,7 +21,7 @@ def readdoc(path=None):
f = gzip.open(path, 'r')
return f.read()
configfile = '../packages/config.cfg'
configfile = './packages/config.cfg'
cfg = ConfigParser.ConfigParser()
cfg.read(configfile)