summaryrefslogtreecommitdiff
path: root/bin/import_cals.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-02-24 23:48:01 +0100
committeremkael <emkael@tlen.pl>2016-02-24 23:48:01 +0100
commit99c0bcb7c34c8ae2ea231f18f24b4bef64827404 (patch)
tree3b196edf6c222c6b8c454320879c77159908c3e6 /bin/import_cals.py
parent2173f7d7613b5158f4bb2f71a02df353c058c1ee (diff)
* renaming conf directory
Diffstat (limited to 'bin/import_cals.py')
-rw-r--r--bin/import_cals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/import_cals.py b/bin/import_cals.py
index 41f5542..c21eb0c 100644
--- a/bin/import_cals.py
+++ b/bin/import_cals.py
@@ -12,7 +12,7 @@ CONFIG = json.load(open(
os.path.join(
os.path.dirname(os.path.realpath(__file__)),
'..',
- 'conf',
+ 'config',
'reddit-import.json'),
'r'))