comparison src/plugins/plugin_misc_quiz.py @ 630:0b914394e74f

core: added advanced list to XMLUI (need improvment, very basic so far) - the advanced list use headers which can be used as columns - in the future, should provide the ability to highly customize list disposition, in a way similar to Amarok 2's playlist.
author Goffi <goffi@goffi.org>
date Sun, 08 Sep 2013 18:05:19 +0200
parents 84a6e83157c2
children 69a8bfd266a5
comparison
equal deleted inserted replaced
629:204930b870e1 630:0b914394e74f
26 import random 26 import random
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.games import TarotCard
33 33
34 from time import time 34 from time import time
35 35
36 try: 36 try: