From 99c0bcb7c34c8ae2ea231f18f24b4bef64827404 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 24 Feb 2016 23:48:01 +0100 Subject: * renaming conf directory --- bin/import_cals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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')) -- cgit v1.2.3