From: Jon Parise Date: Mon, 13 Dec 2010 18:28:09 +0000 (-0800) Subject: tornado.httpserver is unused in this scope X-Git-Tag: v1.2.0~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cce8218a03ed054540f683fb1e71d19519930a49;p=thirdparty%2Ftornado.git tornado.httpserver is unused in this scope --- diff --git a/demos/chat/chatdemo.py b/demos/chat/chatdemo.py index 8a1cab565..b9ad716b2 100755 --- a/demos/chat/chatdemo.py +++ b/demos/chat/chatdemo.py @@ -17,7 +17,6 @@ import logging import tornado.auth import tornado.escape -import tornado.httpserver import tornado.ioloop import tornado.options import tornado.web