[Zope-Checkins] CVS: Zope/lib/python/ZServer/medusa/test - asyn_http_bench.py:1.5.8.1
Chris McDonough
chrism@zope.com
Tue, 22 Jul 2003 12:31:49 -0400
Update of /cvs-repository/Zope/lib/python/ZServer/medusa/test
In directory cvs.zope.org:/tmp/cvs-serv30666/lib/python/ZServer/medusa/test
Modified Files:
Tag: Zope-2_7-branch
asyn_http_bench.py
Log Message:
Get rid of hardcoded hashbang intepreter paths.
=== Zope/lib/python/ZServer/medusa/test/asyn_http_bench.py 1.5 => 1.5.8.1 ===
--- 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:31:43 2003
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python1.4
+#!/usr/bin/env python
# -*- Mode: Python; tab-width: 4 -*-
import asyncore