diff frontends/src/wix/contact_list.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 0a9986452bba
children
line wrap: on
line diff
--- a/frontends/src/wix/contact_list.py	Tue Aug 26 09:54:23 2014 +0200
+++ b/frontends/src/wix/contact_list.py	Tue Aug 26 12:52:46 2014 +0200
@@ -24,7 +24,7 @@
 from sat.core.log import getLogger
 log = getLogger(__name__)
 from cgi import escape
-from sat.tools.jid  import JID
+from sat_frontends.tools.jid  import JID
 from os.path import join