comparison frontends/src/wix/chat.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 11e2bb20e896
children e15d8a01cf6a
comparison
equal deleted inserted replaced
1138:a7cdf03c00e9 1139:75025461141f
23 import wx 23 import wx
24 import os.path 24 import os.path
25 import time 25 import time
26 from sat.core.log import getLogger 26 from sat.core.log import getLogger
27 log = getLogger(__name__) 27 log = getLogger(__name__)
28 from sat.tools.jid import JID 28 from sat_frontends.tools.jid import JID
29 from sat_frontends.quick_frontend.quick_chat import QuickChat 29 from sat_frontends.quick_frontend.quick_chat import QuickChat
30 from sat_frontends.wix.contact_list import ContactList 30 from sat_frontends.wix.contact_list import ContactList
31 from sat_frontends.wix.card_game import CardPanel 31 from sat_frontends.wix.card_game import CardPanel
32 from sat_frontends.wix.quiz_game import QuizPanel 32 from sat_frontends.wix.quiz_game import QuizPanel
33 33