Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/frontends/src/wix/chat.py Tue Aug 26 09:54:23 2014 +0200 +++ b/frontends/src/wix/chat.py Tue Aug 26 12:52:46 2014 +0200 @@ -25,7 +25,7 @@ import time from sat.core.log import getLogger log = getLogger(__name__) -from sat.tools.jid import JID +from sat_frontends.tools.jid import JID from sat_frontends.quick_frontend.quick_chat import QuickChat from sat_frontends.wix.contact_list import ContactList from sat_frontends.wix.card_game import CardPanel