[Zope-Checkins] CVS: Zope/lib/python/ZServer/medusa - http_server.py:1.35.8.1
Chris McDonough
chrism@zope.com
Tue, 22 Jul 2003 12:32:16 -0400
Update of /cvs-repository/Zope/lib/python/ZServer/medusa
In directory cvs.zope.org:/tmp/cvs-serv30666/lib/python/ZServer/medusa
Modified Files:
Tag: Zope-2_7-branch
http_server.py
Log Message:
Get rid of hardcoded hashbang intepreter paths.
=== Zope/lib/python/ZServer/medusa/http_server.py 1.35 => 1.35.8.1 ===
--- 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:31:41 2003
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#!/usr/bin/env python
# -*- Mode: Python; tab-width: 4 -*-
#
# Author: Sam Rushing <rushing@nightmare.com>