diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-31 17:43:02 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-31 17:43:02 (GMT) |
commit | b4efbe8a5890ce1405ce3229356614a6f5b3208e (patch) | |
tree | c687de89d84378ccc0a939295eef0adf91b611b1 /Lib/distutils | |
parent | d5aeccf9767c1619faa29e8ed61c93bde7bc5e3f (diff) | |
download | cpython-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.py | 1 |
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, |