Mercurial > libervia-backend
comparison frontends/src/wix/contact_list.py @ 225:fd9b7834d98a
distutils installation script, draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 05 Jan 2011 01:56:36 +0100 |
parents | 86d249b6d9b7 |
children | 533507bb4e32 |
comparison
equal
deleted
inserted
replaced
224:9c6ee3f9ab29 | 225:fd9b7834d98a |
---|---|
1 import wx | 1 import wx |
2 from quick_frontend.quick_contact_list import QuickContactList | 2 from quick_frontend.quick_contact_list import QuickContactList |
3 from logging import debug, info, error | 3 from logging import debug, info, error |
4 from cgi import escape | 4 from cgi import escape |
5 from tools.jid import JID | 5 from sat.tools.jid import JID |
6 | 6 |
7 | 7 |
8 class Group(unicode): | 8 class Group(unicode): |
9 """Class used to recognize groups""" | 9 """Class used to recognize groups""" |
10 | 10 |