summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-31 17:43:02 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2014-08-31 17:43:02 (GMT)
commitb4efbe8a5890ce1405ce3229356614a6f5b3208e (patch)
treec687de89d84378ccc0a939295eef0adf91b611b1 /Lib/distutils
parentd5aeccf9767c1619faa29e8ed61c93bde7bc5e3f (diff)
downloadcpython-b4efbe8a5890ce1405ce3229356614a6f5b3208e.zip
cpython-b4efbe8a5890ce1405ce3229356614a6f5b3208e.tar.gz
cpython-b4efbe8a5890ce1405ce3229356614a6f5b3208e.tar.bz2
Remove unused import
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/tests/test_dir_util.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/distutils/tests/test_dir_util.py b/Lib/distutils/tests/test_dir_util.py
index 1589f12..7e84721 100644
--- a/Lib/distutils/tests/test_dir_util.py
+++ b/Lib/distutils/tests/test_dir_util.py
@@ -2,7 +2,6 @@
import unittest
import os
import stat
-import shutil
import sys
from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree,