diff options
| author | Merov Linden <merov@lindenlab.com> | 2011-01-28 16:00:57 -0800 | 
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2011-01-28 16:00:57 -0800 | 
| commit | 01dd9929e21228e4e6e04d9e3f7c310ffdc834db (patch) | |
| tree | 8df128a4d0021a2e1a6c8ae8583ce2919955f19c /scripts | |
| parent | 1e346e085d9af460657342f20d8fde45b6982913 (diff) | |
STORM-937 : Makes all python paths use consistent syntax
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build_version.py | 2 | ||||
| -rwxr-xr-x | scripts/install.py | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/scripts/build_version.py b/scripts/build_version.py index 4bef290b7d..46536b1468 100755 --- a/scripts/build_version.py +++ b/scripts/build_version.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python  #  # Print the build information embedded in a header file.  # diff --git a/scripts/install.py b/scripts/install.py index d3bdf52283..9dd77864f4 100755 --- a/scripts/install.py +++ b/scripts/install.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python  """\  @file install.py  @author Phoenix | 
