From 9ffd30e42f8977409b91d0667a09c788aaf3a1ea Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 28 Jan 2006 22:31:17 +0000 Subject: Make python cgi work without knowing location of python. --- tools/rrdui-cgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rrdui-cgi.py b/tools/rrdui-cgi.py index 0c1ad0a..75c9ce9 100755 --- a/tools/rrdui-cgi.py +++ b/tools/rrdui-cgi.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import os, sys, time import sets, cgi, shlex -- cgit v1.2.3