diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-31 11:51:01 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-31 11:51:01 -0500 |
| commit | 06872bb0bbbeb953e90bd0941444b0d499056557 (patch) | |
| tree | 73adc719c4acd99095181f0ccd42bbc7564ef8f0 /setuptools/tests/test_bdist_egg.py | |
| parent | 29fa01621c3de0a5c78c4f49b5d051386d0d566f (diff) | |
| download | python-setuptools-git-06872bb0bbbeb953e90bd0941444b0d499056557.tar.gz | |
Update vendoring technique to match that used for packaging. Ref #229.
--HG--
branch : feature/issue-229
Diffstat (limited to 'setuptools/tests/test_bdist_egg.py')
| -rw-r--r-- | setuptools/tests/test_bdist_egg.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_bdist_egg.py b/setuptools/tests/test_bdist_egg.py index f8a68378..ccfb2ea7 100644 --- a/setuptools/tests/test_bdist_egg.py +++ b/setuptools/tests/test_bdist_egg.py @@ -3,7 +3,6 @@ import os import re -import six import pytest from setuptools.dist import Distribution |
