Mercurial > libervia-backend
comparison frontends/src/wix/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 | 533507bb4e32 |
comparison
equal
deleted
inserted
replaced
224:9c6ee3f9ab29 | 225:fd9b7834d98a |
---|---|
23 | 23 |
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 tools.jid import JID | 28 from sat.tools.jid import JID |
29 from tools.games import TarotCard | 29 from tools.games import TarotCard |
30 from quick_frontend.quick_card_game import QuickCardGame | 30 from quick_frontend.quick_card_game import QuickCardGame |
31 from xmlui import XMLUI | 31 from xmlui import XMLUI |
32 | 32 |
33 CARD_WIDTH = 74 | 33 CARD_WIDTH = 74 |