diff options
Diffstat (limited to 'module/threads/InfoThread.py')
-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 |