comparison frontends/src/primitivus/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
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 import urwid 20 import urwid
21 from urwid_satext import sat_widgets 21 from urwid_satext import sat_widgets
22 from sat.tools.games import TarotCard 22 from sat.tools.frontends.games import TarotCard
23 from sat_frontends.quick_frontend.quick_card_game import QuickCardGame 23 from sat_frontends.quick_frontend.quick_card_game import QuickCardGame
24 from sat_frontends.primitivus.xmlui import XMLUI 24 from sat_frontends.primitivus.xmlui import XMLUI
25 25
26 class CardDisplayer(urwid.Text): 26 class CardDisplayer(urwid.Text):
27 """Show a card""" 27 """Show a card"""