Mercurial > libervia-backend
comparison src/plugins/plugin_misc_quiz.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 | 69a8bfd266a5 |
children | 75e4f5e2cc65 |
comparison
equal
deleted
inserted
replaced
681:66633443bcd7 | 682:2805fa3f4bdf |
---|---|
27 | 27 |
28 from zope.interface import implements | 28 from zope.interface import implements |
29 | 29 |
30 from wokkel import disco, iwokkel, data_form | 30 from wokkel import disco, iwokkel, data_form |
31 from sat.tools.xml_tools import dataForm2XML | 31 from sat.tools.xml_tools import dataForm2XML |
32 from sat.tools.games import TarotCard | 32 from sat.tools.frontends.games import TarotCard |
33 | 33 |
34 from time import time | 34 from time import time |
35 | 35 |
36 try: | 36 try: |
37 from twisted.words.protocols.xmlstream import XMPPHandler | 37 from twisted.words.protocols.xmlstream import XMPPHandler |