From 3e7aceefccd2fbf35e142af79b13b30dba81b7a2 Mon Sep 17 00:00:00 2001
From: zooko <zooko@zooko.com>
Date: Fri, 10 Aug 2007 00:03:25 +0530
Subject: [PATCH] merge duplicate patches to shebang /usr/bin/python

one patch from the tahoe darcs repo and one patch from the zfec darcs repo

darcs-hash:e734a2a759ed3d20b7ddbd813082cda79edaee9c
---
 zfec/ez_setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.45.2