diff 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
line wrap: on
line diff
--- a/frontends/src/wix/chat.py	Wed Jan 05 02:39:35 2011 +0100
+++ b/frontends/src/wix/chat.py	Wed Jan 05 18:46:26 2011 +0100
@@ -27,9 +27,9 @@
 import pdb
 from logging import debug, info, error, warning
 from sat.tools.jid  import JID
-from quick_frontend.quick_chat import QuickChat
-from contact_list import ContactList
-from card_game import CardPanel
+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
 
 
 idSEND           = 1