summaryrefslogtreecommitdiff
path: root/ausbutler/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'ausbutler/config.py')
-rw-r--r--ausbutler/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ausbutler/config.py b/ausbutler/config.py
index 7a0f57d..fc676e9 100644
--- a/ausbutler/config.py
+++ b/ausbutler/config.py
@@ -1,7 +1,9 @@
-from os import path
import json
+from os import path
+
import __main__
+
def load_config(filename):
return json.load(
open(path.join(path.dirname(__main__.__file__),