summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-28 22:31:17 +0000
committerStef Walter <stef@memberwebs.com>2006-01-28 22:31:17 +0000
commit9ffd30e42f8977409b91d0667a09c788aaf3a1ea (patch)
tree6da0040339e399b6aa6ead83645d7805769748f3
parentba26f62175378cd209f55302a8ae1ea35a6dbc33 (diff)
Make python cgi work without knowing location of python.
-rwxr-xr-xtools/rrdui-cgi.py2
1 files changed, 1 insertions, 1 deletions
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