diff ez_setup.py @ 1203:6832ef664673 beta

source code cleanup: remove trailing white space, normalize file endings
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 03 Apr 2011 18:23:15 +0200
parents 564e40829f80
children faf31099a70a
line wrap: on
line diff
--- a/ez_setup.py	Sun Apr 03 12:43:29 2011 +0200
+++ b/ez_setup.py	Sun Apr 03 18:23:15 2011 +0200
@@ -92,7 +92,7 @@
     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 @@
         update_md5(sys.argv[2:])
     else:
         main(sys.argv[1:])
-
-
-
-
-
-