diff frontends/src/wix/main_window.py @ 1139:75025461141f

move sat.tools.jid to sat_frontends.tools.jid
author souliane <souliane@mailoo.org>
date Tue, 26 Aug 2014 12:52:46 +0200
parents e2e1e27a3680
children 69ffe61240eb
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py	Tue Aug 26 09:54:23 2014 +0200
+++ b/frontends/src/wix/main_window.py	Tue Aug 26 12:52:46 2014 +0200
@@ -29,7 +29,7 @@
 from sat_frontends.wix.profile import Profile
 from sat_frontends.wix.profile_manager import ProfileManager
 import os.path
-from sat.tools.jid  import JID
+from sat_frontends.tools.jid  import JID
 from sat.core.log import getLogger
 log = getLogger(__name__)
 from sat_frontends.wix.constants import Const