comparison 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
comparison
equal deleted inserted replaced
226:d8bb72f00eec 227:533507bb4e32
24 import wx 24 import wx
25 import os.path, glob 25 import os.path, glob
26 import pdb 26 import pdb
27 from logging import debug, info, error 27 from logging import debug, info, error
28 from sat.tools.jid import JID 28 from sat.tools.jid import JID
29 from tools.games import TarotCard 29 from sat.tools.games import TarotCard
30 from quick_frontend.quick_card_game import QuickCardGame 30 from sat_frontends.quick_frontend.quick_card_game import QuickCardGame
31 from xmlui import XMLUI 31 from sat_frontends.wix.xmlui import XMLUI
32 32
33 CARD_WIDTH = 74 33 CARD_WIDTH = 74
34 CARD_HEIGHT = 136 34 CARD_HEIGHT = 136
35 MIN_WIDTH = 950 #Minimum size of the panel 35 MIN_WIDTH = 950 #Minimum size of the panel
36 MIN_HEIGHT = 500 36 MIN_HEIGHT = 500