From bf682c4b44d3c805c6ed0b069223aa4346461d3c Mon Sep 17 00:00:00 2001 From: Starow Date: Fri, 8 Aug 2014 17:13:18 +0200 Subject: [PATCH] Fixing last commit ... --- bin/packages/Paste.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/packages/Paste.py b/bin/packages/Paste.py index 56c8356a..be981f58 100755 --- a/bin/packages/Paste.py +++ b/bin/packages/Paste.py @@ -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)