From 99c0bcb7c34c8ae2ea231f18f24b4bef64827404 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 24 Feb 2016 23:48:01 +0100 Subject: * renaming conf directory --- app/python/rcal/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/python/rcal/db.py b/app/python/rcal/db.py index 68d5b0d..c5b05f6 100644 --- a/app/python/rcal/db.py +++ b/app/python/rcal/db.py @@ -13,7 +13,7 @@ class Session(object): def __init__(self): config = json.load( open(path.join(path.dirname( - path.realpath(__file__)), '../../..', 'conf', 'db.json'))) + path.realpath(__file__)), '../../..', 'config', 'db.json'))) db_str = url.URL( drivername=config['type'], host=config['host'], -- cgit v1.2.3