comparison frontends/src/wix/card_game.py @ 682:2805fa3f4bdf

tools: moved src/tools/games.py to src/tools/frontends/
author souliane <souliane@mailoo.org>
date Fri, 18 Oct 2013 11:58:42 +0200
parents 8281587eb528
children ae95b0327412
comparison
equal deleted inserted replaced
681:66633443bcd7 682:2805fa3f4bdf
22 import wx 22 import wx
23 import os.path, glob 23 import os.path, glob
24 import pdb 24 import pdb
25 from logging import debug, info, error 25 from logging import debug, info, error
26 from sat.tools.jid import JID 26 from sat.tools.jid import JID
27 from sat.tools.games import TarotCard 27 from sat.tools.frontends.games import TarotCard
28 from sat_frontends.quick_frontend.quick_card_game import QuickCardGame 28 from sat_frontends.quick_frontend.quick_card_game import QuickCardGame
29 from sat_frontends.wix.xmlui import XMLUI 29 from sat_frontends.wix.xmlui import XMLUI
30 30
31 CARD_WIDTH = 74 31 CARD_WIDTH = 74
32 CARD_HEIGHT = 136 32 CARD_HEIGHT = 136