comparison src/plugins/plugin_misc_tarot.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 074970227bc0
children 2f8d72226bc0
comparison
equal deleted inserted replaced
718:074970227bc0 719:56aa0e98c92e
21 from twisted.words.xish import domish 21 from twisted.words.xish import domish
22 from twisted.words.protocols.jabber import jid 22 from twisted.words.protocols.jabber import jid
23 from wokkel import data_form 23 from wokkel import data_form
24 24
25 from sat.tools.xml_tools import dataForm2XML 25 from sat.tools.xml_tools import dataForm2XML
26 from sat.tools.frontends.games import TarotCard 26 from sat_frontends.tools.games import TarotCard
27 from time import time 27 from time import time
28 import random 28 import random
29 29
30 30
31 NS_CG = 'http://www.goffi.org/protocol/card_game' 31 NS_CG = 'http://www.goffi.org/protocol/card_game'