Mercurial > libervia-backend
comparison src/plugins/plugin_misc_quiz.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 | 93bd868b8fb6 |
comparison
equal
deleted
inserted
replaced
718:074970227bc0 | 719:56aa0e98c92e |
---|---|
25 from twisted.words.protocols.jabber.xmlstream import IQ | 25 from twisted.words.protocols.jabber.xmlstream import IQ |
26 import random | 26 import random |
27 | 27 |
28 from wokkel import data_form | 28 from wokkel import data_form |
29 from sat.tools.xml_tools import dataForm2XML | 29 from sat.tools.xml_tools import dataForm2XML |
30 from sat.tools.frontends.games import TarotCard | 30 from sat_frontends.tools.games import TarotCard |
31 from time import time | 31 from time import time |
32 | 32 |
33 | 33 |
34 NS_QG = 'http://www.goffi.org/protocol/quiz' | 34 NS_QG = 'http://www.goffi.org/protocol/quiz' |
35 QG_TAG = 'quiz' | 35 QG_TAG = 'quiz' |