diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-28 22:31:17 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-28 22:31:17 +0000 |
commit | 9ffd30e42f8977409b91d0667a09c788aaf3a1ea (patch) | |
tree | 6da0040339e399b6aa6ead83645d7805769748f3 | |
parent | ba26f62175378cd209f55302a8ae1ea35a6dbc33 (diff) |
Make python cgi work without knowing location of python.
-rwxr-xr-x | tools/rrdui-cgi.py | 2 |
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 |