Commit 1c904e7a authored by Fred Drake's avatar Fred Drake

- 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
parent ba79fc03
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment