1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-28 10:35:12 +00:00

Comply TFW lib changes

This commit is contained in:
Kristóf Tóth
2019-06-04 13:59:32 +02:00
parent 2796b26d92
commit 0104a209bf
3 changed files with 7 additions and 8 deletions

View File

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