summaryrefslogtreecommitdiff
path: root/app/python/import_cals.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-05-09 23:41:43 +0200
committeremkael <emkael@tlen.pl>2016-05-09 23:41:43 +0200
commit5ec296d319736fdb42dba9a46baa978ec86c5d75 (patch)
tree987002529991ff0c58e85e4d22b0886bfe3ea123 /app/python/import_cals.py
parentbc1e5d69f62c4a1d29ae6ac28a1d7dcb4b9f1a87 (diff)
* python config contained within python directory (symlinked)
Diffstat (limited to 'app/python/import_cals.py')
-rw-r--r--app/python/import_cals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/python/import_cals.py b/app/python/import_cals.py
index f9e7fbd..ae33c84 100644
--- a/app/python/import_cals.py
+++ b/app/python/import_cals.py
@@ -17,7 +17,7 @@ BASEPATH = os.path.join(
CONFIG = json.load(open(
os.path.join(
- BASEPATH,
+ os.environ['PYTHONPATH'],
'config',
'reddit-import.json'),
'r'))