From: Zooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Date: Mon, 4 Jun 2007 11:45:17 +0000 (+0530)
Subject: zfec: shebang usr bin env python in ez_setup.py
X-Git-Url: https://git.rkrishnan.org/pf/content/en/footer/frontends/module-simplejson.encoder.html?a=commitdiff_plain;h=4d71cd0b3ee3199f46cd806f7c926e03d6f7b91f;p=tahoe-lafs%2Fzfec.git

zfec: shebang usr bin env python in ez_setup.py

darcs-hash:b54fccedd89161b7851940802d614c80f58c2eb3
---

diff --git a/zfec/ez_setup.py b/zfec/ez_setup.py
index 04abbd9..ae3b49d 100755
--- a/zfec/ez_setup.py
+++ b/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