adding a .

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

View File

@ -47,7 +47,7 @@ class Paste(object):
def __init__(self, p_path):
configfile = '../packages/config.cfg'
configfile = './packages/config.cfg'
cfg = ConfigParser.ConfigParser()
cfg.read(configfile)