From c367dfed5c1e6e8b7e38034851c95678c15907d3 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 8 Aug 2007 14:37:40 -0700
Subject: [PATCH] shebang /usr/bin/env python in ez_setup.py This makes it so
 that "./ez_setup.py" works on more platforms.

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