From 85226896414c388519fce2b2f3a0b39937fc8640 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 4 Jun 2007 04:45:17 -0700 Subject: [PATCH] zfec: shebang usr bin env python in ez_setup.py --- 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 364cbc90..34469f0a 100644 --- a/src/zfec/ez_setup.py +++ b/src/zfec/ez_setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!python """Bootstrap setuptools installation If you want to use setuptools in your package's setup.py, just include this -- 2.45.2