From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 8 Aug 2007 21:37:40 +0000 (-0700)
Subject: shebang /usr/bin/env python in ez_setup.py
X-Git-Url: https://git.rkrishnan.org/simplejson/components/cyclelanguage?a=commitdiff_plain;h=c367dfed5c1e6e8b7e38034851c95678c15907d3;p=tahoe-lafs%2Ftahoe-lafs.git

shebang /usr/bin/env python in ez_setup.py
This makes it so that "./ez_setup.py" works on more platforms.
---

diff --git a/src/zfec/ez_setup.py b/src/zfec/ez_setup.py
index 34469f0a..364cbc90 100644
--- 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