Configuration path fixed

pull/15/head
Alexandre Dulaunoy 2014-08-18 09:02:08 +02:00
parent 078c8ea836
commit 4304c6858e
1 changed files with 1 additions and 1 deletions

View File

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