diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-10-19 13:37:16 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-10-19 13:37:16 (GMT) |
commit | 11d752e374309dad2da24c0e3f9ecf5fb1893e52 (patch) | |
tree | f5f1ae21aa6d597f735862675810f31fb4af57d1 /Lib/test/test_import.py | |
parent | eb8d627bbdf5a6c0a467a598976b7ebfde50e49f (diff) | |
download | cpython-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.py | 1 |
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 ( |