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/py26compat.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/py26compat.py')
-rw-r--r-- | setuptools/py26compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/py26compat.py b/setuptools/py26compat.py index 74ec3980..7c60c90e 100644 --- a/setuptools/py26compat.py +++ b/setuptools/py26compat.py @@ -19,5 +19,5 @@ def strip_fragment(url): url, fragment = splittag(url) return url -if sys.version_info >= (2,7): +if sys.version_info >= (2, 7): strip_fragment = lambda x: x |