aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-14 14:14:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-14 14:14:42 -0400
commita0fe4c8e9be2a490db4bcbaf3ffe634623ea31cc (patch)
tree44558bf24d2ccd73ab9ea645a40f9db0c49e85a8
parente50f854c4a6d2641aaad5421268fb6f717984e21 (diff)
downloadexternal_python_setuptools-a0fe4c8e9be2a490db4bcbaf3ffe634623ea31cc.tar.gz
external_python_setuptools-a0fe4c8e9be2a490db4bcbaf3ffe634623ea31cc.tar.bz2
external_python_setuptools-a0fe4c8e9be2a490db4bcbaf3ffe634623ea31cc.zip
Always use iterator-based filter
-rwxr-xr-xsetuptools/command/sdist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/command/sdist.py b/setuptools/command/sdist.py
index 52c58055..546c96d1 100755
--- a/setuptools/command/sdist.py
+++ b/setuptools/command/sdist.py
@@ -7,6 +7,7 @@ import io
import contextlib
from setuptools.extern import six
+from setuptools.extern.six.moves import filter
from setuptools.utils import cs_path_exists