projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed a little s/// failure in the user view template.
[zzz-floof.git]
/
ez_setup.py
diff --git
a/ez_setup.py
b/ez_setup.py
index
d24e845
..
e33744b
100644
(file)
--- 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: