fix import in tornado worker

This commit is contained in:
benoitc 2010-04-22 17:39:49 +02:00
parent 8184eb493c
commit e9eed6b6e9

View File

@ -3,6 +3,8 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.
import os
from tornado.httpserver import HTTPServer
from tornado.ioloop import IOLoop, PeriodicCallback