From ed3fac3741f01ce05c139216e5af58c238c63f29 Mon Sep 17 00:00:00 2001 From: stepshal Date: Wed, 19 Oct 2016 00:23:56 +0700 Subject: Fix quantity of blank lines. --- setuptools/command/build_py.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/command/build_py.py') 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" -- cgit v1.2.3