Comply EventHandler changes

This commit is contained in:
Kristóf Tóth
2019-06-28 15:15:56 +02:00
parent 8335338a96
commit b392749643
7 changed files with 11 additions and 13 deletions
+1 -1
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):