comparison 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
comparison
equal deleted inserted replaced
1138:a7cdf03c00e9 1139:75025461141f
22 from sat_frontends.quick_frontend.quick_contact_list import QuickContactList 22 from sat_frontends.quick_frontend.quick_contact_list import QuickContactList
23 from sat_frontends.wix.constants import Const 23 from sat_frontends.wix.constants import Const
24 from sat.core.log import getLogger 24 from sat.core.log import getLogger
25 log = getLogger(__name__) 25 log = getLogger(__name__)
26 from cgi import escape 26 from cgi import escape
27 from sat.tools.jid import JID 27 from sat_frontends.tools.jid import JID
28 from os.path import join 28 from os.path import join
29 29
30 30
31 class Group(unicode): 31 class Group(unicode):
32 """Class used to recognize groups""" 32 """Class used to recognize groups"""