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/threads | |
parent | fixed loading of js files (diff) | |
download | pyload-ca43deb9769b4a6a9cfb7fbab7fb4d2256c2c403.tar.xz |
moved common to utils package
Diffstat (limited to 'module/threads')
-rw-r--r-- | module/threads/InfoThread.py | 2 |
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 |