From ba79fc03ef4aa6399aa7207bebcd65f35c3b93ad Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 5 Apr 2004 19:59:11 +0000 Subject: remove trailing blank line --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040894 --- setuptools/command/install_lib.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/command/install_lib.py') 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 - -- cgit v1.2.3