Mercurial > libervia-backend
comparison frontends/src/wix/chat.py @ 227:533507bb4e32
distutils wix installation
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 05 Jan 2011 18:46:26 +0100 |
parents | fd9b7834d98a |
children | b1794cbb88e5 |
comparison
equal
deleted
inserted
replaced
226:d8bb72f00eec | 227:533507bb4e32 |
---|---|
25 import os.path | 25 import os.path |
26 import time | 26 import time |
27 import pdb | 27 import pdb |
28 from logging import debug, info, error, warning | 28 from logging import debug, info, error, warning |
29 from sat.tools.jid import JID | 29 from sat.tools.jid import JID |
30 from quick_frontend.quick_chat import QuickChat | 30 from sat_frontends.quick_frontend.quick_chat import QuickChat |
31 from contact_list import ContactList | 31 from sat_frontends.wix.contact_list import ContactList |
32 from card_game import CardPanel | 32 from sat_frontends.wix.card_game import CardPanel |
33 | 33 |
34 | 34 |
35 idSEND = 1 | 35 idSEND = 1 |
36 idTAROT = 2 | 36 idTAROT = 2 |
37 | 37 |