From 140490110a38e56928796d4b91a2eb41b0533d66 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Fri, 28 Feb 2014 01:47:29 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20supe?= =?UTF-8?q?rTornado.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superTornado.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superTornado.py b/superTornado.py index 1611115..b328a16 100644 --- a/superTornado.py +++ b/superTornado.py @@ -3,6 +3,8 @@ import tornado.web import tornado.httpserver import tornado.websocket import tornado.options +from urllib import urlretrieve + from tornado.ioloop import PeriodicCallback