From 1c904e7a58dab0f911cc654979a4e3c4f94f119b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 5 Apr 2004 20:02:45 +0000 Subject: - remove trailing blank lines - use whitespace according to the Python style guide --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040895 --- setuptools/command/install.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'setuptools/command/install.py') diff --git a/setuptools/command/install.py b/setuptools/command/install.py index 82e7ebe8..86f0cb7b 100644 --- a/setuptools/command/install.py +++ b/setuptools/command/install.py @@ -6,6 +6,4 @@ class install(_install): def has_dependencies(self): return self.distribution.has_dependencies() - sub_commands = [('depends',has_dependencies)] + _install.sub_commands - - + sub_commands = [('depends', has_dependencies)] + _install.sub_commands -- cgit v1.2.3