diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-13 11:40:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-13 11:40:24 -0700 |
| commit | 45de6ea8b9392771a6a14e012605614a7c148506 (patch) | |
| tree | 3e4da3d54bbaf13ce12f706b727b6dc05927a931 /setuptools/command/install_lib.py | |
| parent | ae285153bcd229236bbb8ecbf94ab803213ec82e (diff) | |
| parent | 6d11e88f938f09ef16db4c6064b6e74acba4db1d (diff) | |
| download | python-setuptools-git-45de6ea8b9392771a6a14e012605614a7c148506.tar.gz | |
Merge pull request #632 from stepshal/blank_lines
Fix quantity of blank lines after code object.
Diffstat (limited to 'setuptools/command/install_lib.py')
| -rw-r--r-- | setuptools/command/install_lib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/command/install_lib.py b/setuptools/command/install_lib.py index 78fe6891..2b31c3e3 100644 --- a/setuptools/command/install_lib.py +++ b/setuptools/command/install_lib.py @@ -3,6 +3,7 @@ import imp from itertools import product, starmap import distutils.command.install_lib as orig + class install_lib(orig.install_lib): """Don't add compiled flags to filenames of non-Python files""" |
