From e997b220688e2baafd8b886d74fe8dbe87140598 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 9 Aug 2007 11:33:25 -0700
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

---
 src/zfec/ez_setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zfec/ez_setup.py b/src/zfec/ez_setup.py
index 40e5493d..2d60a479 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
-- 
2.45.2