diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-10-19 13:37:28 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-10-19 13:37:28 (GMT) |
commit | 324c9faeb19da66c64727fedd7e8daced962fa7d (patch) | |
tree | 09380833e46c7917f1ade4112eef744a359dd150 | |
parent | d4f5ad6c6e62150b02bc9f5ba97fd3cc4f3742ee (diff) | |
parent | 11d752e374309dad2da24c0e3f9ecf5fb1893e52 (diff) | |
download | cpython-324c9faeb19da66c64727fedd7e8daced962fa7d.zip cpython-324c9faeb19da66c64727fedd7e8daced962fa7d.tar.gz cpython-324c9faeb19da66c64727fedd7e8daced962fa7d.tar.bz2 |
Merge from 3.3
-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 ( |