diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-14 12:47:40 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-14 12:47:40 +0700 |
commit | 2e1ca9656b566b57c7736ef229e9d46c0aa7216c (patch) | |
tree | a5e1ff1907d759f04d1cea60ae6b44edaccbf42c /setuptools/lib2to3_ex.py | |
parent | 8e80ee745b620086bea2111236f85fa2376d748f (diff) | |
download | external_python_setuptools-2e1ca9656b566b57c7736ef229e9d46c0aa7216c.tar.gz external_python_setuptools-2e1ca9656b566b57c7736ef229e9d46c0aa7216c.tar.bz2 external_python_setuptools-2e1ca9656b566b57c7736ef229e9d46c0aa7216c.zip |
Remove whitespace around parameter '=' sign.
Diffstat (limited to 'setuptools/lib2to3_ex.py')
-rw-r--r-- | setuptools/lib2to3_ex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/lib2to3_ex.py b/setuptools/lib2to3_ex.py index f7296786..308086bc 100644 --- a/setuptools/lib2to3_ex.py +++ b/setuptools/lib2to3_ex.py @@ -27,7 +27,7 @@ class DistutilsRefactoringTool(RefactoringTool): class Mixin2to3(_Mixin2to3): - def run_2to3(self, files, doctests = False): + def run_2to3(self, files, doctests=False): # See of the distribution option has been set, otherwise check the # setuptools default. if self.distribution.use_2to3 is not True: |