diff --git a/src/controller/app.py b/src/controller/app.py index b3af301..ff3f946 100644 --- a/src/controller/app.py +++ b/src/controller/app.py @@ -2,7 +2,7 @@ from tornado.ioloop import IOLoop from tornado.web import Application from tfw.config import CRP_LISTENER_PORT, AVATAO_SECRET -from .handlers import SolutionCheckHandler, TestHandler +from handlers import SolutionCheckHandler, TestHandler from tfw.networking.solvable_connector import SolvableConnector