summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2013-04-16 15:19:11 (GMT)
committerBarry Warsaw <barry@python.org>2013-04-16 15:19:11 (GMT)
commit99c56e8f58814e7469e55bdb515ed4d0834a6363 (patch)
tree894f1dc7366bce3c6e343c2af5fa694d3c19b0e0
parentecaefcf44eca8a77946a4d2cc390b6d782647bfc (diff)
parent20c08c80418300d804ce30d2065f109c63b15c41 (diff)
downloadcpython-99c56e8f58814e7469e55bdb515ed4d0834a6363.zip
cpython-99c56e8f58814e7469e55bdb515ed4d0834a6363.tar.gz
cpython-99c56e8f58814e7469e55bdb515ed4d0834a6363.tar.bz2
Remove unused import
-rw-r--r--Lib/test/test_shutil.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py
index 2907ad8..7f88500 100644
--- a/Lib/test/test_shutil.py
+++ b/Lib/test/test_shutil.py
@@ -25,7 +25,6 @@ import warnings
from test import support
from test.support import TESTFN, check_warnings, captured_stdout, requires_zlib
-from unittest.mock import patch
try:
import bz2