From ca43deb9769b4a6a9cfb7fbab7fb4d2256c2c403 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 24 May 2013 21:06:34 +0200 Subject: moved common to utils package --- module/AccountManager.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'module/AccountManager.py') 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""" -- cgit v1.2.3