aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/lib2to3_ex.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-20 11:13:16 -0400
committerGitHub <noreply@github.com>2016-07-20 11:13:16 -0400
commitadd487b9f51571a85bc7597ac3835d29bc5c2504 (patch)
tree5a25cf299c6c383b2c6b4d8e514f6cfc0f384030 /setuptools/lib2to3_ex.py
parent80a2ff9e3055e216a5238e81a6933f6a342b17fb (diff)
parentdc2d1dc249bec8e3a864e2aa6002a8e27adc4b7c (diff)
downloadexternal_python_setuptools-add487b9f51571a85bc7597ac3835d29bc5c2504.tar.gz
external_python_setuptools-add487b9f51571a85bc7597ac3835d29bc5c2504.tar.bz2
external_python_setuptools-add487b9f51571a85bc7597ac3835d29bc5c2504.zip
Merge pull request #635 from stepshal/operators
Fix missing whitespace around operator.
Diffstat (limited to 'setuptools/lib2to3_ex.py')
-rw-r--r--setuptools/lib2to3_ex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/lib2to3_ex.py b/setuptools/lib2to3_ex.py
index f7296786..ac5f8096 100644
--- a/setuptools/lib2to3_ex.py
+++ b/setuptools/lib2to3_ex.py
@@ -34,7 +34,7 @@ class Mixin2to3(_Mixin2to3):
return
if not files:
return
- log.info("Fixing "+" ".join(files))
+ log.info("Fixing " + " ".join(files))
self.__build_fixer_names()
self.__exclude_fixers()
if doctests: