summaryrefslogtreecommitdiff
path: root/app/python/rcal/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/python/rcal/db.py')
-rw-r--r--app/python/rcal/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/python/rcal/db.py b/app/python/rcal/db.py
index c5b05f6..63561d7 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__)), '../../..', 'config', 'db.json')))
+ path.realpath(__file__)), '..', 'db.json')))
db_str = url.URL(
drivername=config['type'],
host=config['host'],