Mercurial > libervia-backend
diff src/plugins/plugin_misc_quiz.py @ 759:93bd868b8fb6
backend, frontends: callbacks refactoring:
- launchAction is now async, and return a dictionary for its result
- no more action_id, actionResult* are deprecated
- callback system is about to be unified
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 24 Dec 2013 15:19:08 +0100 |
parents | 56aa0e98c92e |
children | bfabeedbf32e |
line wrap: on
line diff
--- a/src/plugins/plugin_misc_quiz.py Tue Dec 24 15:19:08 2013 +0100 +++ b/src/plugins/plugin_misc_quiz.py Tue Dec 24 15:19:08 2013 +0100 @@ -26,8 +26,6 @@ import random from wokkel import data_form -from sat.tools.xml_tools import dataForm2XML -from sat_frontends.tools.games import TarotCard from time import time