diff options
author | Fred Drake <distutils-sig@python.org> | 2004-04-05 19:59:11 +0000 |
---|---|---|
committer | Fred Drake <distutils-sig@python.org> | 2004-04-05 19:59:11 +0000 |
commit | ba79fc03ef4aa6399aa7207bebcd65f35c3b93ad (patch) | |
tree | 8ee5910efd65631c0e902a170603675ca4c8399b /setuptools/command | |
parent | 2e83526e517ecb61170f061af4cbc213dfa1ef0b (diff) | |
download | external_python_setuptools-ba79fc03ef4aa6399aa7207bebcd65f35c3b93ad.tar.gz external_python_setuptools-ba79fc03ef4aa6399aa7207bebcd65f35c3b93ad.tar.bz2 external_python_setuptools-ba79fc03ef4aa6399aa7207bebcd65f35c3b93ad.zip |
remove trailing blank line
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040894
Diffstat (limited to 'setuptools/command')
-rw-r--r-- | setuptools/command/build_ext.py | 1 | ||||
-rw-r--r-- | setuptools/command/install_lib.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/command/build_ext.py b/setuptools/command/build_ext.py index 86ac13a9..35a9e63e 100644 --- a/setuptools/command/build_ext.py +++ b/setuptools/command/build_ext.py @@ -4,4 +4,3 @@ try: from Pyrex.Distutils.build_ext import build_ext except ImportError: from distutils.command.build_ext import build_ext - diff --git a/setuptools/command/install_lib.py b/setuptools/command/install_lib.py index ec406f7e..63e2468c 100644 --- a/setuptools/command/install_lib.py +++ b/setuptools/command/install_lib.py @@ -14,4 +14,3 @@ class install_lib(_install_lib): bytecode_files.append(py_file + "o") return bytecode_files - |