diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-03 10:22:24 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-03 10:22:24 -0500 |
| commit | 8954900a7c88831cf96679f404c2e02e16cefda0 (patch) | |
| tree | 79f754462e2fa064bb5bbda6141d3559b19dca91 /pkg_resources/tests/test_resources.py | |
| parent | 20413e816e9c0809c97598b0a758120be6460f90 (diff) | |
| download | python-setuptools-git-8954900a7c88831cf96679f404c2e02e16cefda0.tar.gz | |
Remove unused imports
Diffstat (limited to 'pkg_resources/tests/test_resources.py')
| -rw-r--r-- | pkg_resources/tests/test_resources.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg_resources/tests/test_resources.py b/pkg_resources/tests/test_resources.py index e25fbc78..542795cf 100644 --- a/pkg_resources/tests/test_resources.py +++ b/pkg_resources/tests/test_resources.py @@ -1,7 +1,5 @@ import os import sys -import tempfile -import shutil import string from pkg_resources.extern.six.moves import map |
