summaryrefslogtreecommitdiffstats
path: root/module/threads
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-05-24 21:06:34 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-05-24 21:06:34 +0200
commitca43deb9769b4a6a9cfb7fbab7fb4d2256c2c403 (patch)
treee1527647682e6907ac8a0848e42dad68190f9813 /module/threads
parentfixed loading of js files (diff)
downloadpyload-ca43deb9769b4a6a9cfb7fbab7fb4d2256c2c403.tar.xz
moved common to utils package
Diffstat (limited to 'module/threads')
-rw-r--r--module/threads/InfoThread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/threads/InfoThread.py b/module/threads/InfoThread.py
index a8a2c6e7e..bf5bb5777 100644
--- a/module/threads/InfoThread.py
+++ b/module/threads/InfoThread.py
@@ -5,7 +5,7 @@ from time import time
from traceback import print_exc
from module.Api import LinkStatus
-from module.common.packagetools import parseNames
+from module.utils.packagetools import parseNames
from module.utils import has_method, accumulate
from BaseThread import BaseThread