comparison frontends/src/primitivus/card_game.py @ 719:56aa0e98c92e

frontends tools: moved src/tools/frontends to frontends/src/tools
author souliane <souliane@mailoo.org>
date Thu, 21 Nov 2013 18:57:10 +0100
parents af0d08a84cc6
children bfabeedbf32e
comparison
equal deleted inserted replaced
718:074970227bc0 719:56aa0e98c92e
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.frontends.games import TarotCard 22 from sat_frontends.tools.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 26
27 class CardDisplayer(urwid.Text): 27 class CardDisplayer(urwid.Text):