Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/frontends/src/wix/card_game.py Wed Oct 23 00:28:00 2013 +0200 +++ b/frontends/src/wix/card_game.py Fri Oct 18 11:58:42 2013 +0200 @@ -24,7 +24,7 @@ import pdb from logging import debug, info, error from sat.tools.jid import JID -from sat.tools.games import TarotCard +from sat.tools.frontends.games import TarotCard from sat_frontends.quick_frontend.quick_card_game import QuickCardGame from sat_frontends.wix.xmlui import XMLUI