summaryrefslogtreecommitdiff
path: root/setuptools/command/build_py.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-10-19 00:23:56 +0700
committerstepshal <nessento@openmailbox.org>2016-10-19 00:23:56 +0700
commited3fac3741f01ce05c139216e5af58c238c63f29 (patch)
tree2edef5e5ab6e1c50aba008a2d4fc3dbb784c18db /setuptools/command/build_py.py
parent7d984bbdc111fcdfef816265e159a3054dbee132 (diff)
downloadpython-setuptools-git-ed3fac3741f01ce05c139216e5af58c238c63f29.tar.gz
Fix quantity of blank lines.
Diffstat (limited to 'setuptools/command/build_py.py')
-rw-r--r--setuptools/command/build_py.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/build_py.py b/setuptools/command/build_py.py
index b5de9bda..289e6fb8 100644
--- a/setuptools/command/build_py.py
+++ b/setuptools/command/build_py.py
@@ -14,8 +14,8 @@ from setuptools.extern.six.moves import map, filter, filterfalse
try:
from setuptools.lib2to3_ex import Mixin2to3
except ImportError:
- class Mixin2to3:
+ class Mixin2to3:
def run_2to3(self, files, doctests=True):
"do nothing"