diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-05-24 21:06:34 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-05-24 21:06:34 +0200 |
commit | ca43deb9769b4a6a9cfb7fbab7fb4d2256c2c403 (patch) | |
tree | e1527647682e6907ac8a0848e42dad68190f9813 /module/AccountManager.py | |
parent | fixed loading of js files (diff) | |
download | pyload-ca43deb9769b4a6a9cfb7fbab7fb4d2256c2c403.tar.xz |
moved common to utils package
Diffstat (limited to 'module/AccountManager.py')
-rw-r--r-- | module/AccountManager.py | 4 |
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""" |