aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/archive_util.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-13 11:40:24 -0700
committerGitHub <noreply@github.com>2016-07-13 11:40:24 -0700
commit45de6ea8b9392771a6a14e012605614a7c148506 (patch)
tree3e4da3d54bbaf13ce12f706b727b6dc05927a931 /setuptools/archive_util.py
parentae285153bcd229236bbb8ecbf94ab803213ec82e (diff)
parent6d11e88f938f09ef16db4c6064b6e74acba4db1d (diff)
downloadexternal_python_setuptools-45de6ea8b9392771a6a14e012605614a7c148506.tar.gz
external_python_setuptools-45de6ea8b9392771a6a14e012605614a7c148506.tar.bz2
external_python_setuptools-45de6ea8b9392771a6a14e012605614a7c148506.zip
Merge pull request #632 from stepshal/blank_lines
Fix quantity of blank lines after code object.
Diffstat (limited to 'setuptools/archive_util.py')
-rwxr-xr-xsetuptools/archive_util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/archive_util.py b/setuptools/archive_util.py
index b3c9fa56..4da24ec2 100755
--- a/setuptools/archive_util.py
+++ b/setuptools/archive_util.py
@@ -15,9 +15,11 @@ import contextlib
from pkg_resources import ensure_directory, ContextualZipFile
from distutils.errors import DistutilsError
+
class UnrecognizedFormat(DistutilsError):
"""Couldn't recognize the archive type"""
+
def default_filter(src,dst):
"""The default progress/filter callback; returns True for all files"""
return dst