[Zope-Checkins] CVS: Zope/lib/python/ZServer/medusa/test - asyn_http_bench.py:1.6

Chris McDonough chrism@zope.com
Tue, 22 Jul 2003 12:30:01 -0400


Update of /cvs-repository/Zope/lib/python/ZServer/medusa/test
In directory cvs.zope.org:/tmp/cvs-serv30246/python/ZServer/medusa/test

Modified Files:
	asyn_http_bench.py 
Log Message:
Get rid of hardcoded hashbang interpreter paths.


=== Zope/lib/python/ZServer/medusa/test/asyn_http_bench.py 1.5 => 1.6 ===
--- Zope/lib/python/ZServer/medusa/test/asyn_http_bench.py:1.5	Tue Mar 18 16:16:49 2003
+++ Zope/lib/python/ZServer/medusa/test/asyn_http_bench.py	Tue Jul 22 12:29:56 2003
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python1.4
+#!/usr/bin/env python
 # -*- Mode: Python; tab-width: 4 -*-
 
 import asyncore