aboutsummaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-04-03 18:23:15 +0200
committerMarcin Kuzminski <marcin@python-works.com>2011-04-03 18:23:15 +0200
commita9862d361f68562c8394b2e2fac6627729237310 (patch)
tree98b56ec8e58003643693b6b95200a0101a007115 /ez_setup.py
parent100470636de2ceb0b856c644e53d269fc7e8f64f (diff)
source code cleanup: remove trailing white space, normalize file endings
--HG-- branch : beta
Diffstat (limited to 'ez_setup.py')
-rw-r--r--ez_setup.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/ez_setup.py b/ez_setup.py
index d24e845e..d63e18f0 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -92,7 +92,7 @@ def use_setuptools(
try:
import pkg_resources
except ImportError:
- return do_download()
+ return do_download()
try:
pkg_resources.require("setuptools>="+version); return
except pkg_resources.VersionConflict, e:
@@ -268,9 +268,3 @@ if __name__=='__main__':
update_md5(sys.argv[2:])
else:
main(sys.argv[1:])
-
-
-
-
-
-