aboutsummaryrefslogtreecommitdiff
path: root/fdo_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'fdo_scripts')
-rwxr-xr-xfdo_scripts/divide_and_merge_profiles.py2
-rwxr-xr-xfdo_scripts/divide_and_merge_profiles_test.py2
-rwxr-xr-xfdo_scripts/profile_cycler.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/fdo_scripts/divide_and_merge_profiles.py b/fdo_scripts/divide_and_merge_profiles.py
index 99155852..5108aa6f 100755
--- a/fdo_scripts/divide_and_merge_profiles.py
+++ b/fdo_scripts/divide_and_merge_profiles.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
#
# Copyright 2011 Google Inc. All Rights Reserved.
"""Script to divide and merge profiles."""
diff --git a/fdo_scripts/divide_and_merge_profiles_test.py b/fdo_scripts/divide_and_merge_profiles_test.py
index 27141df3..2bfb5cf1 100755
--- a/fdo_scripts/divide_and_merge_profiles_test.py
+++ b/fdo_scripts/divide_and_merge_profiles_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/fdo_scripts/profile_cycler.py b/fdo_scripts/profile_cycler.py
index 7715612f..176f2d4a 100755
--- a/fdo_scripts/profile_cycler.py
+++ b/fdo_scripts/profile_cycler.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
#
# Copyright 2011 Google Inc. All Rights Reserved.
"""Script to profile a page cycler, and get it back to the host."""