diff options
author | Fred Drake <distutils-sig@python.org> | 2004-04-05 20:21:53 +0000 |
---|---|---|
committer | Fred Drake <distutils-sig@python.org> | 2004-04-05 20:21:53 +0000 |
commit | 9274fa3cfbecf55ebc38a95719f899b8f3ebd273 (patch) | |
tree | 7a0b66ab2888b6ee7c4f92651f17753aef861311 /setuptools/command/__init__.py | |
parent | 1c904e7a58dab0f911cc654979a4e3c4f94f119b (diff) | |
download | external_python_setuptools-9274fa3cfbecf55ebc38a95719f899b8f3ebd273.tar.gz external_python_setuptools-9274fa3cfbecf55ebc38a95719f899b8f3ebd273.tar.bz2 external_python_setuptools-9274fa3cfbecf55ebc38a95719f899b8f3ebd273.zip |
remove excess blank lines, and apply whitespace more in line with the Python
style guidelines in PEP 8
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040896
Diffstat (limited to 'setuptools/command/__init__.py')
-rw-r--r-- | setuptools/command/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/__init__.py b/setuptools/command/__init__.py index 3429634c..86263cfb 100644 --- a/setuptools/command/__init__.py +++ b/setuptools/command/__init__.py @@ -8,4 +8,4 @@ __all__ = ['test', 'depends'] distutils.command.__path__.extend(__path__) distutils.command.__all__.extend( [cmd for cmd in __all__ if cmd not in distutils.command.__all__] -) + ) |