Mercurial > libervia-backend
comparison frontends/src/quick_frontend/quick_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 | d6c3fea5ecfe |
children | e6e0ea4dc835 |
comparison
equal
deleted
inserted
replaced
1138:a7cdf03c00e9 | 1139:75025461141f |
---|---|
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | 19 |
20 from sat.core.i18n import _ | 20 from sat.core.i18n import _ |
21 from sat.core.log import getLogger | 21 from sat.core.log import getLogger |
22 log = getLogger(__name__) | 22 log = getLogger(__name__) |
23 from sat.tools.jid import JID | 23 from sat_frontends.tools.jid import JID |
24 from sat_frontends.quick_frontend.quick_utils import unescapePrivate | 24 from sat_frontends.quick_frontend.quick_utils import unescapePrivate |
25 from sat_frontends.quick_frontend.constants import Const | 25 from sat_frontends.quick_frontend.constants import Const |
26 | 26 |
27 | 27 |
28 class QuickChat(object): | 28 class QuickChat(object): |