summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_import.py
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-10-19 13:37:16 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-10-19 13:37:16 (GMT)
commit11d752e374309dad2da24c0e3f9ecf5fb1893e52 (patch)
treef5f1ae21aa6d597f735862675810f31fb4af57d1 /Lib/test/test_import.py
parenteb8d627bbdf5a6c0a467a598976b7ebfde50e49f (diff)
downloadcpython-11d752e374309dad2da24c0e3f9ecf5fb1893e52.zip
cpython-11d752e374309dad2da24c0e3f9ecf5fb1893e52.tar.gz
cpython-11d752e374309dad2da24c0e3f9ecf5fb1893e52.tar.bz2
Remove unused import
Diffstat (limited to 'Lib/test/test_import.py')
-rw-r--r--Lib/test/test_import.py1
1 files changed, 0 insertions, 1 deletions
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 (