projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13c18a0
)
shebang /usr/bin/env python in ez_setup.py
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 8 Aug 2007 21:37:40 +0000
(14:37 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 8 Aug 2007 21:37:40 +0000
(14:37 -0700)
This makes it so that "./ez_setup.py" works on more platforms.
src/zfec/ez_setup.py
patch
|
blob
|
history
diff --git
a/src/zfec/ez_setup.py
b/src/zfec/ez_setup.py
index 34469f0aa1a8ea27f6487a8732df89a0233e18d8..364cbc906321b948063577b9ea404ab83e4ddb02 100644
(file)
--- a/
src/zfec/ez_setup.py
+++ b/
src/zfec/ez_setup.py
@@
-1,4
+1,4
@@
-#!python
+#!
/usr/bin/env
python
"""Bootstrap setuptools installation
If you want to use setuptools in your package's setup.py, just include this