mirror of https://github.com/CIRCL/AIL-framework
Fixing last commit ...
parent
503c23ca3b
commit
bf682c4b44
|
@ -47,7 +47,7 @@ class Paste(object):
|
||||||
|
|
||||||
def __init__(self, p_path):
|
def __init__(self, p_path):
|
||||||
|
|
||||||
configfile = './config.cfg'
|
configfile = '../packages/config.cfg'
|
||||||
cfg = ConfigParser.ConfigParser()
|
cfg = ConfigParser.ConfigParser()
|
||||||
cfg.read(configfile)
|
cfg.read(configfile)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue