comparison 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
comparison
equal deleted inserted replaced
1138:a7cdf03c00e9 1139:75025461141f
27 from sat_frontends.wix.chat import Chat 27 from sat_frontends.wix.chat import Chat
28 from sat_frontends.wix import xmlui 28 from sat_frontends.wix import xmlui
29 from sat_frontends.wix.profile import Profile 29 from sat_frontends.wix.profile import Profile
30 from sat_frontends.wix.profile_manager import ProfileManager 30 from sat_frontends.wix.profile_manager import ProfileManager
31 import os.path 31 import os.path
32 from sat.tools.jid import JID 32 from sat_frontends.tools.jid import JID
33 from sat.core.log import getLogger 33 from sat.core.log import getLogger
34 log = getLogger(__name__) 34 log = getLogger(__name__)
35 from sat_frontends.wix.constants import Const 35 from sat_frontends.wix.constants import Const
36 36
37 idCONNECT,\ 37 idCONNECT,\