Fixing last commit ...

pull/8/head
Starow 2014-08-08 17:13:18 +02:00
parent 503c23ca3b
commit bf682c4b44
1 changed files with 1 additions and 1 deletions

View File

@ -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)