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

Conform new import routes

This commit is contained in:
Kristóf Tóth
2018-07-26 14:00:24 +02:00
parent 8fab3d2226
commit 265560b614
4 changed files with 4 additions and 4 deletions

View File

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