From fb441b2b1054de1ba0a99d01b9e1ea9700024aeb Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 22 Oct 2008 23:00:45 -0600 Subject: make-doc now includes the lite-* scripts, both with now check in __name__ == '__main__' before starting --- lite-webui.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lite-webui.py') diff --git a/lite-webui.py b/lite-webui.py index c910f83d..ccef77ed 100755 --- a/lite-webui.py +++ b/lite-webui.py @@ -1,6 +1,7 @@ -#!/usr/bin/python +#!/usr/bin/env python -# Authors: Jason Gerard DeRose +# Authors: +# Jason Gerard DeRose # # Copyright (C) 2008 Red Hat # see file 'COPYING' for use and warranty information -- cgit