Mercurial > libervia-web
diff browser_side/card_game.py @ 248:8fdd20399a06
plugin card_game: use the games.py from sat/src/tools/frontends
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 23 Oct 2013 18:32:01 +0200 |
parents | 63e9b680d3e7 |
children | a763b2ac5d41 |
line wrap: on
line diff
--- a/browser_side/card_game.py Sat Nov 09 17:08:45 2013 +0100 +++ b/browser_side/card_game.py Wed Oct 23 18:32:01 2013 +0200 @@ -42,7 +42,7 @@ from tools import html_sanitize from datetime import datetime from time import time -from games import TarotCard +from sat.tools.frontends.games import TarotCard from logging import error import re