mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix assumption that tornado.web was imported.
This commit is contained in:
parent
676cf5c4f8
commit
ab25537b67
@ -6,6 +6,7 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
import tornado.web
|
||||
from tornado.httpserver import HTTPServer
|
||||
from tornado.ioloop import IOLoop, PeriodicCallback
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user