diff options
author | Brett Cannon <brett@python.org> | 2013-11-08 19:27:42 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-11-08 19:27:42 (GMT) |
commit | 9e5aba29e2f11a7921ff87b4889374ead4c723e4 (patch) | |
tree | dcfa24f7436250425a4b76c01d5d4009b07fe467 /Lib/test | |
parent | 9ea8eda127b824f9cffb64deadbb420244a301c2 (diff) | |
download | cpython-9e5aba29e2f11a7921ff87b4889374ead4c723e4.zip cpython-9e5aba29e2f11a7921ff87b4889374ead4c723e4.tar.gz cpython-9e5aba29e2f11a7921ff87b4889374ead4c723e4.tar.bz2 |
remove dead import
Diffstat (limited to 'Lib/test')
-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 e88141c..ae8e160 100644 --- a/Lib/test/test_import.py +++ b/Lib/test/test_import.py @@ -3,7 +3,6 @@ import importlib import importlib.util from importlib._bootstrap import _get_sourcefile import builtins -from test.test_importlib.import_ import util as importlib_util import marshal import os import platform |