diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-14 09:26:06 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-14 09:28:52 +0700 |
commit | f749ccab1e55723848946c9aba5c3eddebe0b24e (patch) | |
tree | cbec0027e0b718ae6844e3c4eddb71574c33dae0 /setuptools/archive_util.py | |
parent | 45de6ea8b9392771a6a14e012605614a7c148506 (diff) | |
download | external_python_setuptools-f749ccab1e55723848946c9aba5c3eddebe0b24e.tar.gz external_python_setuptools-f749ccab1e55723848946c9aba5c3eddebe0b24e.tar.bz2 external_python_setuptools-f749ccab1e55723848946c9aba5c3eddebe0b24e.zip |
Add missing whitespace.
Diffstat (limited to 'setuptools/archive_util.py')
-rwxr-xr-x | setuptools/archive_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/archive_util.py b/setuptools/archive_util.py index 4da24ec2..d1950638 100755 --- a/setuptools/archive_util.py +++ b/setuptools/archive_util.py @@ -20,7 +20,7 @@ class UnrecognizedFormat(DistutilsError): """Couldn't recognize the archive type""" -def default_filter(src,dst): +def default_filter(src, dst): """The default progress/filter callback; returns True for all files""" return dst |