From 01dd9929e21228e4e6e04d9e3f7c310ffdc834db Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Fri, 28 Jan 2011 16:00:57 -0800 Subject: STORM-937 : Makes all python paths use consistent syntax --- scripts/build_version.py | 2 +- scripts/install.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3