diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-21 10:23:29 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-21 14:57:44 +0700 |
commit | 789462de79c5f51ba24256d80ad2dac2e4fe2888 (patch) | |
tree | ebc9d23347484686865bb6dd72dccf7147047c43 /setuptools/lib2to3_ex.py | |
parent | fd3ff004cd3570460a079de785846f54ae1ee36f (diff) | |
download | external_python_setuptools-789462de79c5f51ba24256d80ad2dac2e4fe2888.tar.gz external_python_setuptools-789462de79c5f51ba24256d80ad2dac2e4fe2888.tar.bz2 external_python_setuptools-789462de79c5f51ba24256d80ad2dac2e4fe2888.zip |
Add missing blank line.
Diffstat (limited to 'setuptools/lib2to3_ex.py')
-rw-r--r-- | setuptools/lib2to3_ex.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/lib2to3_ex.py b/setuptools/lib2to3_ex.py index 467e57d2..c8632bc5 100644 --- a/setuptools/lib2to3_ex.py +++ b/setuptools/lib2to3_ex.py @@ -10,6 +10,7 @@ This module raises an ImportError on Python 2. from distutils.util import Mixin2to3 as _Mixin2to3 from distutils import log from lib2to3.refactor import RefactoringTool, get_fixers_from_package + import setuptools |