diff frontends/src/wix/card_game.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/card_game.py	Wed Jan 05 02:39:35 2011 +0100
+++ b/frontends/src/wix/card_game.py	Wed Jan 05 18:46:26 2011 +0100
@@ -26,9 +26,9 @@
 import pdb
 from logging import debug, info, error
 from sat.tools.jid  import JID
-from tools.games import TarotCard
-from quick_frontend.quick_card_game import QuickCardGame
-from xmlui import XMLUI
+from sat.tools.games import TarotCard
+from sat_frontends.quick_frontend.quick_card_game import QuickCardGame
+from sat_frontends.wix.xmlui import XMLUI
 
 CARD_WIDTH = 74
 CARD_HEIGHT = 136