diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-21 10:20:47 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-21 10:20:47 -0400 |
commit | 2e3b0c3f3285fcf18de4dd6f5593c48084ace283 (patch) | |
tree | a17d1240d59ef698c8a0bffb910834d648ccc671 | |
parent | 09f117259ad08635aeab0a5e060b8a5d58c69729 (diff) | |
download | python-setuptools-git-2e3b0c3f3285fcf18de4dd6f5593c48084ace283.tar.gz |
Remove unused import
-rw-r--r-- | setuptools/tests/test_easy_install.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index a4fd39fe..39afaf97 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -6,7 +6,6 @@ from __future__ import absolute_import import sys import os -import shutil import tempfile import site import contextlib |