diff options
author | Merov Linden <merov@lindenlab.com> | 2011-02-09 15:23:07 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-02-09 15:23:07 -0800 |
commit | 896bc12a2b9564a770e3eef584c9ec234f39bb3b (patch) | |
tree | bd8deb0c1620213f641d0c60daf707765ca17fc8 /scripts/template_verifier.py | |
parent | 01dd9929e21228e4e6e04d9e3f7c310ffdc834db (diff) |
STORM-937 : Fix python scripts shebang line and license header for consistency
Diffstat (limited to 'scripts/template_verifier.py')
-rw-r--r-- | scripts/template_verifier.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/template_verifier.py b/scripts/template_verifier.py index ddb050fbbb..7f3fed88a9 100644 --- a/scripts/template_verifier.py +++ b/scripts/template_verifier.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """\ @file template_verifier.py @brief Message template compatibility verifier. |