From cbb74e0b5971fe4453477094558cdb125bee4524 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 6 Jan 2017 03:17:30 +0100 Subject: Code formatting: import sort --- ausbutler/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ausbutler/config.py') 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__), -- cgit v1.2.3