From 26454ffb70127e60fa33f0ad7bda918a129379d5 Mon Sep 17 00:00:00 2001 From: Parkayun Date: Tue, 16 Sep 2014 15:43:06 +0900 Subject: [PATCH] Remove unused module in tornado.platform.asyncio --- tornado/platform/asyncio.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tornado/platform/asyncio.py b/tornado/platform/asyncio.py index b40f0141a..dd6722a49 100644 --- a/tornado/platform/asyncio.py +++ b/tornado/platform/asyncio.py @@ -10,12 +10,10 @@ unfinished callbacks on the event loop that fail when it resumes) """ from __future__ import absolute_import, division, print_function, with_statement -import datetime import functools from tornado.ioloop import IOLoop from tornado import stack_context -from tornado.util import timedelta_to_seconds try: # Import the real asyncio module for py33+ first. Older versions of the -- 2.47.2