diff options
author | emkael <emkael@tlen.pl> | 2016-02-24 23:48:01 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-02-24 23:48:01 +0100 |
commit | 99c0bcb7c34c8ae2ea231f18f24b4bef64827404 (patch) | |
tree | 3b196edf6c222c6b8c454320879c77159908c3e6 /bin | |
parent | 2173f7d7613b5158f4bb2f71a02df353c058c1ee (diff) |
* renaming conf directory
Diffstat (limited to 'bin')
-rw-r--r-- | bin/import_cals.py | 2 |
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')) |