Merge branch 'master' of github.com:CIRCL/AIL-framework

This commit is contained in:
Raphaël Vinot 2014-08-18 13:40:22 +02:00
commit ebef13fa5b

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)