mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-01-30 22:16:16 +00:00
Fixing last commit ...
This commit is contained in:
parent
503c23ca3b
commit
bf682c4b44
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Paste(object):
|
|||
|
||||
def __init__(self, p_path):
|
||||
|
||||
configfile = './config.cfg'
|
||||
configfile = '../packages/config.cfg'
|
||||
cfg = ConfigParser.ConfigParser()
|
||||
cfg.read(configfile)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue