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/build_version.py | |
parent | 1e346e085d9af460657342f20d8fde45b6982913 (diff) |
STORM-937 : Makes all python paths use consistent syntax
Diffstat (limited to 'scripts/build_version.py')
-rwxr-xr-x | scripts/build_version.py | 2 |
1 files changed, 1 insertions, 1 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. # |