summaryrefslogtreecommitdiffstats
path: root/module/AccountManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/AccountManager.py')
-rw-r--r--module/AccountManager.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/module/AccountManager.py b/module/AccountManager.py
index 6e2786d55..5cdcfb57a 100644
--- a/module/AccountManager.py
+++ b/module/AccountManager.py
@@ -19,9 +19,7 @@
from threading import Lock
from random import choice
-from module.common.json_layer import json
-from module.utils import lock
-
+from module.utils import lock, json
class AccountManager:
"""manages all accounts"""