summaryrefslogtreecommitdiff
path: root/ausbutler/config.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-06 03:17:30 +0100
committeremkael <emkael@tlen.pl>2017-01-06 03:17:30 +0100
commitcbb74e0b5971fe4453477094558cdb125bee4524 (patch)
tree6f0bc73a98f9740822a21a45ceafefabfa2d6e8c /ausbutler/config.py
parentb0b0e9f8e5e14b1fc67fbd5db37dc37abe76e0f1 (diff)
Code formatting: import sort
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__),