summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_import.py
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-11-08 19:27:42 (GMT)
committerBrett Cannon <brett@python.org>2013-11-08 19:27:42 (GMT)
commit9e5aba29e2f11a7921ff87b4889374ead4c723e4 (patch)
treedcfa24f7436250425a4b76c01d5d4009b07fe467 /Lib/test/test_import.py
parent9ea8eda127b824f9cffb64deadbb420244a301c2 (diff)
downloadcpython-9e5aba29e2f11a7921ff87b4889374ead4c723e4.zip
cpython-9e5aba29e2f11a7921ff87b4889374ead4c723e4.tar.gz
cpython-9e5aba29e2f11a7921ff87b4889374ead4c723e4.tar.bz2
remove dead 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 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