From 11d752e374309dad2da24c0e3f9ecf5fb1893e52 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 19 Oct 2012 23:37:16 +1000 Subject: Remove unused import --- Lib/test/test_import.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py index 8cf96d8..b0e5a95 100644 --- a/Lib/test/test_import.py +++ b/Lib/test/test_import.py @@ -15,7 +15,6 @@ import textwrap import errno import shutil import contextlib -import time import test.support from test.support import ( -- cgit v0.12