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/threads/InfoThread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/threads/InfoThread.py') 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 -- cgit v1.2.3