diff options
Diffstat (limited to 'tools')
-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 |