Commit ecc9eaad authored by Fred Drake's avatar Fred Drake

remove blank line pollution

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040905
parent 0f429b9b
......@@ -37,8 +37,6 @@ def find_packages(where='.'):
return out
def setup(**attrs):
"""Do package setup
......@@ -49,34 +47,3 @@ def setup(**attrs):
"""
attrs.setdefault("distclass",Distribution)
return distutils.core.setup(**attrs)
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