[Zope-Checkins] CVS: Zope/lib/python/ZServer/medusa - http_server.py:1.36

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


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

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


=== Zope/lib/python/ZServer/medusa/http_server.py 1.35 => 1.36 ===
--- Zope/lib/python/ZServer/medusa/http_server.py:1.35	Tue Mar 18 16:15:17 2003
+++ Zope/lib/python/ZServer/medusa/http_server.py	Tue Jul 22 12:29:53 2003
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#!/usr/bin/env python
 # -*- Mode: Python; tab-width: 4 -*-
 #
 #	Author: Sam Rushing <rushing@nightmare.com>