Mercurial > libervia-backend
comparison frontends/src/quick_frontend/quick_contact_management.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 | d1084f7e56a5 |
children | 069ad98b360d |
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 | 24 |
25 | 25 |
26 class QuickContactManagement(object): | 26 class QuickContactManagement(object): |
27 """This helper class manage the contacts and ease the use of nicknames and shortcuts""" | 27 """This helper class manage the contacts and ease the use of nicknames and shortcuts""" |
28 ### FIXME: is SàT a better place for all this stuff ??? ### | 28 ### FIXME: is SàT a better place for all this stuff ??? ### |