Fix assumption that tornado.web was imported.

This commit is contained in:
Paul J. Davis 2010-04-26 11:50:38 -04:00
parent 676cf5c4f8
commit ab25537b67

View File

@ -6,6 +6,7 @@
import os
import sys
import tornado.web
from tornado.httpserver import HTTPServer
from tornado.ioloop import IOLoop, PeriodicCallback