diff frontends/src/primitivus/card_game.py @ 225:fd9b7834d98a

distutils installation script, draft
author Goffi <goffi@goffi.org>
date Wed, 05 Jan 2011 01:56:36 +0100
parents 86d249b6d9b7
children b1794cbb88e5
line wrap: on
line diff
--- a/frontends/src/primitivus/card_game.py	Tue Jan 04 19:30:27 2011 +0100
+++ b/frontends/src/primitivus/card_game.py	Wed Jan 05 01:56:36 2011 +0100
@@ -20,10 +20,10 @@
 """
 
 import urwid
-from tools.games import TarotCard
-from quick_frontend.quick_card_game import QuickCardGame
-from xmlui import XMLUI
 from urwid_satext import sat_widgets
+from sat.tools.games import TarotCard
+from sat_frontends.quick_frontend.quick_card_game import QuickCardGame
+from sat_frontends.primitivus.xmlui import XMLUI
 
 class CardDisplayer(urwid.Text):
     """Show a card"""