# HG changeset patch
# User mpm@selenic.com
# Date 1117603454 28800
#      Tue May 31 21:24:14 2005 -0800
# Node ID e875a0cf7f3a4c57e0b8e783e08a4434fd80ab12
# Parent  f918a6fa2572c9f17d81b1fa027f17ba10f0a19f
Call python via env in hgweb.cgi

diff --git a/hgweb.cgi b/hgweb.cgi
--- a/hgweb.cgi
+++ b/hgweb.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 # An example CGI script to use hgweb, edit as necessary