diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-22 23:00:45 -0600 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-22 23:00:45 -0600 |
commit | fb441b2b1054de1ba0a99d01b9e1ea9700024aeb (patch) | |
tree | 2a56885deaeb006876132cebf84ed8f7698408b9 /lite-webui.py | |
parent | e93c0455d48534afae347b40f0f5d10a7fab4e06 (diff) | |
download | freeipa-fb441b2b1054de1ba0a99d01b9e1ea9700024aeb.tar.gz freeipa-fb441b2b1054de1ba0a99d01b9e1ea9700024aeb.tar.xz freeipa-fb441b2b1054de1ba0a99d01b9e1ea9700024aeb.zip |
make-doc now includes the lite-* scripts, both with now check in __name__ == '__main__' before starting
Diffstat (limited to 'lite-webui.py')
-rwxr-xr-x | lite-webui.py | 5 |
1 files changed, 3 insertions, 2 deletions
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 <jderose@redhat.com> +# Authors: +# Jason Gerard DeRose <jderose@redhat.com> # # Copyright (C) 2008 Red Hat # see file 'COPYING' for use and warranty information |