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

pull/16/head
Raphaël Vinot 2014-08-18 13:40:22 +02:00
commit ebef13fa5b
1 changed files with 1 additions and 1 deletions

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)