1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-28 07:05:13 +00:00

Comply EventHandler changes

This commit is contained in:
Kristóf Tóth
2019-06-28 15:12:27 +02:00
parent 8335338a96
commit b392749643
7 changed files with 11 additions and 13 deletions

View File

@ -4,7 +4,7 @@ import json
from tornado.ioloop import IOLoop
from tornado.web import RequestHandler, Application
from tfw.event_handlers import FSMAwareEventHandler
from tfw.builtins import FSMAwareEventHandler
class ControllerPostHandler(RequestHandler):