diff options
author | fdrake <fdrake@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2004-04-05 19:59:11 +0000 |
---|---|---|
committer | fdrake <fdrake@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2004-04-05 19:59:11 +0000 |
commit | ca0e4872fd4a4fb6cb1517bda4c4105e608ba6df (patch) | |
tree | 8ee5910efd65631c0e902a170603675ca4c8399b /setuptools/command/install_lib.py | |
parent | da0a32be3307cd3d454b3d42075d0c486230ab50 (diff) | |
download | python-setuptools-ca0e4872fd4a4fb6cb1517bda4c4105e608ba6df.tar.gz |
remove trailing blank line
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@40894 6015fed2-1504-0410-9fe1-9d1591cc4771
Diffstat (limited to 'setuptools/command/install_lib.py')
-rw-r--r-- | setuptools/command/install_lib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/install_lib.py b/setuptools/command/install_lib.py index ec406f7..63e2468 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 - |