mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 07:35:13 +00:00
Conform new import routes
This commit is contained in:
@ -7,7 +7,6 @@ ENV PYTHONPATH="/usr/local/lib" \
|
||||
TFW_AUTH_KEY="/tmp/tfw-auth.key" \
|
||||
CONTROLLER_PORT=5555
|
||||
|
||||
RUN pip3 install watchdog transitions
|
||||
COPY ./controller/ /
|
||||
|
||||
CMD ["python3", "/opt/server.py"]
|
||||
|
@ -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):
|
||||
|
Reference in New Issue
Block a user