aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomation/clients/android.py2
-rwxr-xr-xautomation/clients/chromeos.py2
-rwxr-xr-xautomation/clients/crosstool.py2
-rwxr-xr-xautomation/clients/dejagnu_compiler.py2
-rw-r--r--automation/clients/helper/android.py2
-rw-r--r--automation/clients/helper/chromeos.py2
-rw-r--r--automation/clients/helper/crosstool.py2
-rw-r--r--automation/clients/helper/jobs.py2
-rw-r--r--automation/clients/helper/perforce.py2
-rwxr-xr-xautomation/clients/nightly.py2
-rwxr-xr-xautomation/clients/output_test.py2
-rwxr-xr-xautomation/clients/pwd_test.py2
-rw-r--r--automation/clients/report/dejagnu/main.py2
-rw-r--r--automation/clients/report/dejagnu/manifest.py2
-rw-r--r--automation/clients/report/dejagnu/report.py2
-rw-r--r--automation/clients/report/dejagnu/summary.py2
-rw-r--r--automation/common/command.py2
-rw-r--r--automation/common/command_executer.py2
-rwxr-xr-xautomation/common/command_executer_test.py2
-rw-r--r--automation/common/events.py2
-rw-r--r--automation/common/job.py2
-rw-r--r--automation/common/job_group.py2
-rw-r--r--automation/common/logger.py2
-rw-r--r--automation/common/machine.py2
-rwxr-xr-xautomation/common/machine_test.py2
-rw-r--r--automation/common/state_machine.py2
-rw-r--r--automation/server/job_executer.py2
-rw-r--r--automation/server/job_group_manager.py2
-rw-r--r--automation/server/job_manager.py2
-rw-r--r--automation/server/machine_manager.py2
-rwxr-xr-xautomation/server/machine_manager_test.py2
-rw-r--r--automation/server/monitor/dashboard.py2
-rwxr-xr-xautomation/server/monitor/manage.py2
-rw-r--r--automation/server/monitor/settings.py2
-rw-r--r--automation/server/monitor/urls.py2
-rwxr-xr-xautomation/server/server.py2
-rwxr-xr-xautomation/server/server_test.py2
-rwxr-xr-xbuild_benchmarks.py2
-rwxr-xr-xcommand_executer_timeout_test.py2
-rwxr-xr-xcompare_benchmarks.py2
-rwxr-xr-xcrb/crb_driver.py2
-rwxr-xr-xcros_login.py2
-rwxr-xr-xcwp/bartlett/server.py2
-rw-r--r--cwp/bartlett/test/server_tester.py2
-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
-rw-r--r--fdo_scripts/summarize_hot_blocks.py2
-rw-r--r--fdo_scripts/vanilla_vs_fdo.py2
-rwxr-xr-xproduce_output.py2
-rwxr-xr-xremote_kill_test.py2
-rwxr-xr-xremote_test.py2
-rwxr-xr-xreport_generator.py2
-rwxr-xr-xrun_benchmarks.py2
-rwxr-xr-xrun_tests.py2
-rwxr-xr-xsheriff_rotation.py2
-rwxr-xr-xsummarize_results.py2
-rwxr-xr-xtc_enter_chroot.py2
-rw-r--r--utils/constants.py2
-rw-r--r--utils/html_tools.py2
-rw-r--r--utils/logger.py2
-rw-r--r--utils/timeline.py2
62 files changed, 62 insertions, 62 deletions
diff --git a/automation/clients/android.py b/automation/clients/android.py
index 069fcafb..a65cba2e 100755
--- a/automation/clients/android.py
+++ b/automation/clients/android.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/automation/clients/chromeos.py b/automation/clients/chromeos.py
index ec80a0eb..18b29b7c 100755
--- a/automation/clients/chromeos.py
+++ b/automation/clients/chromeos.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/automation/clients/crosstool.py b/automation/clients/crosstool.py
index 9844174b..450d6030 100755
--- a/automation/clients/crosstool.py
+++ b/automation/clients/crosstool.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/automation/clients/dejagnu_compiler.py b/automation/clients/dejagnu_compiler.py
index 4bc881e0..e4342160 100755
--- a/automation/clients/dejagnu_compiler.py
+++ b/automation/clients/dejagnu_compiler.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2012 Google Inc. All Rights Reserved.
diff --git a/automation/clients/helper/android.py b/automation/clients/helper/android.py
index f49ccb86..fc068aca 100644
--- a/automation/clients/helper/android.py
+++ b/automation/clients/helper/android.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/automation/clients/helper/chromeos.py b/automation/clients/helper/chromeos.py
index 4005390e..fd3588c9 100644
--- a/automation/clients/helper/chromeos.py
+++ b/automation/clients/helper/chromeos.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/automation/clients/helper/crosstool.py b/automation/clients/helper/crosstool.py
index b78e2d86..f3b24005 100644
--- a/automation/clients/helper/crosstool.py
+++ b/automation/clients/helper/crosstool.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/automation/clients/helper/jobs.py b/automation/clients/helper/jobs.py
index e1827015..ea9c9691 100644
--- a/automation/clients/helper/jobs.py
+++ b/automation/clients/helper/jobs.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/clients/helper/perforce.py b/automation/clients/helper/perforce.py
index 5e9c261c..1100a1ee 100644
--- a/automation/clients/helper/perforce.py
+++ b/automation/clients/helper/perforce.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/automation/clients/nightly.py b/automation/clients/nightly.py
index bf1ef5a7..a6157b0a 100755
--- a/automation/clients/nightly.py
+++ b/automation/clients/nightly.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/clients/output_test.py b/automation/clients/output_test.py
index 7cff8eda..3369e768 100755
--- a/automation/clients/output_test.py
+++ b/automation/clients/output_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/clients/pwd_test.py b/automation/clients/pwd_test.py
index 2c2118bb..565fe739 100755
--- a/automation/clients/pwd_test.py
+++ b/automation/clients/pwd_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/clients/report/dejagnu/main.py b/automation/clients/report/dejagnu/main.py
index c05e3e48..6e5e6872 100644
--- a/automation/clients/report/dejagnu/main.py
+++ b/automation/clients/report/dejagnu/main.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
# Author: kbaclawski@google.com (Krystian Baclawski)
diff --git a/automation/clients/report/dejagnu/manifest.py b/automation/clients/report/dejagnu/manifest.py
index 75d907cd..2124d577 100644
--- a/automation/clients/report/dejagnu/manifest.py
+++ b/automation/clients/report/dejagnu/manifest.py
@@ -1,4 +1,4 @@
-# /usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
# Author: kbaclawski@google.com (Krystian Baclawski)
diff --git a/automation/clients/report/dejagnu/report.py b/automation/clients/report/dejagnu/report.py
index 7f2375de..7b56590d 100644
--- a/automation/clients/report/dejagnu/report.py
+++ b/automation/clients/report/dejagnu/report.py
@@ -1,4 +1,4 @@
-# /usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
# Author: kbaclawski@google.com (Krystian Baclawski)
diff --git a/automation/clients/report/dejagnu/summary.py b/automation/clients/report/dejagnu/summary.py
index c45fed44..269793e6 100644
--- a/automation/clients/report/dejagnu/summary.py
+++ b/automation/clients/report/dejagnu/summary.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
# Author: kbaclawski@google.com (Krystian Baclawski)
diff --git a/automation/common/command.py b/automation/common/command.py
index 205467cb..192e2bd8 100644
--- a/automation/common/command.py
+++ b/automation/common/command.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/automation/common/command_executer.py b/automation/common/command_executer.py
index 63e5af71..2db0048e 100644
--- a/automation/common/command_executer.py
+++ b/automation/common/command_executer.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
#
diff --git a/automation/common/command_executer_test.py b/automation/common/command_executer_test.py
index d3cef898..5b6ca639 100755
--- a/automation/common/command_executer_test.py
+++ b/automation/common/command_executer_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
#
diff --git a/automation/common/events.py b/automation/common/events.py
index 79a69422..851a982c 100644
--- a/automation/common/events.py
+++ b/automation/common/events.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/automation/common/job.py b/automation/common/job.py
index 94cd6e2b..d32fa59a 100644
--- a/automation/common/job.py
+++ b/automation/common/job.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
#
diff --git a/automation/common/job_group.py b/automation/common/job_group.py
index 6f9466b1..09321e1a 100644
--- a/automation/common/job_group.py
+++ b/automation/common/job_group.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
#
diff --git a/automation/common/logger.py b/automation/common/logger.py
index 6bdd0c82..efa1a904 100644
--- a/automation/common/logger.py
+++ b/automation/common/logger.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/common/machine.py b/automation/common/machine.py
index aa576c13..ae9f0b49 100644
--- a/automation/common/machine.py
+++ b/automation/common/machine.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/common/machine_test.py b/automation/common/machine_test.py
index 0d5f32c7..96e8f823 100755
--- a/automation/common/machine_test.py
+++ b/automation/common/machine_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/common/state_machine.py b/automation/common/state_machine.py
index d97f0fde..4d8dc49b 100644
--- a/automation/common/state_machine.py
+++ b/automation/common/state_machine.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/automation/server/job_executer.py b/automation/server/job_executer.py
index 33080e84..8f48ca08 100644
--- a/automation/server/job_executer.py
+++ b/automation/server/job_executer.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
#
diff --git a/automation/server/job_group_manager.py b/automation/server/job_group_manager.py
index 56af1985..1a0b1b08 100644
--- a/automation/server/job_group_manager.py
+++ b/automation/server/job_group_manager.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
#
diff --git a/automation/server/job_manager.py b/automation/server/job_manager.py
index a858b0de..de5bc47c 100644
--- a/automation/server/job_manager.py
+++ b/automation/server/job_manager.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
#
diff --git a/automation/server/machine_manager.py b/automation/server/machine_manager.py
index 615b22b4..b54f19d4 100644
--- a/automation/server/machine_manager.py
+++ b/automation/server/machine_manager.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/server/machine_manager_test.py b/automation/server/machine_manager_test.py
index d84607b1..ebdaea5f 100755
--- a/automation/server/machine_manager_test.py
+++ b/automation/server/machine_manager_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/server/monitor/dashboard.py b/automation/server/monitor/dashboard.py
index 236b9cbc..33d7c3d7 100644
--- a/automation/server/monitor/dashboard.py
+++ b/automation/server/monitor/dashboard.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
#
diff --git a/automation/server/monitor/manage.py b/automation/server/monitor/manage.py
index 047c90ee..1733753c 100755
--- a/automation/server/monitor/manage.py
+++ b/automation/server/monitor/manage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
#
diff --git a/automation/server/monitor/settings.py b/automation/server/monitor/settings.py
index e6b7e633..9048da50 100644
--- a/automation/server/monitor/settings.py
+++ b/automation/server/monitor/settings.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
#
diff --git a/automation/server/monitor/urls.py b/automation/server/monitor/urls.py
index 80aa7d2a..19a1ef9c 100644
--- a/automation/server/monitor/urls.py
+++ b/automation/server/monitor/urls.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
#
diff --git a/automation/server/server.py b/automation/server/server.py
index ae761893..e9243cbb 100755
--- a/automation/server/server.py
+++ b/automation/server/server.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/server/server_test.py b/automation/server/server_test.py
index 40cf491f..c2e4b0ae 100755
--- a/automation/server/server_test.py
+++ b/automation/server/server_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/build_benchmarks.py b/build_benchmarks.py
index 41079f80..906f0ccb 100755
--- a/build_benchmarks.py
+++ b/build_benchmarks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/command_executer_timeout_test.py b/command_executer_timeout_test.py
index 446651d3..022ce441 100755
--- a/command_executer_timeout_test.py
+++ b/command_executer_timeout_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/compare_benchmarks.py b/compare_benchmarks.py
index e63dfea7..e3164bc9 100755
--- a/compare_benchmarks.py
+++ b/compare_benchmarks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/crb/crb_driver.py b/crb/crb_driver.py
index 6cf7af35..9e6301d0 100755
--- a/crb/crb_driver.py
+++ b/crb/crb_driver.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/cros_login.py b/cros_login.py
index 44b22643..264b4429 100755
--- a/cros_login.py
+++ b/cros_login.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/cwp/bartlett/server.py b/cwp/bartlett/server.py
index 3e4f1be7..c61f3444 100755
--- a/cwp/bartlett/server.py
+++ b/cwp/bartlett/server.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
# Copyright 2012 Google Inc. All Rights Reserved.
# Author: mrdmnd@ (Matt Redmond)
# Based off of code in //depot/google3/experimental/mobile_gwp
diff --git a/cwp/bartlett/test/server_tester.py b/cwp/bartlett/test/server_tester.py
index e5a2341d..27889651 100644
--- a/cwp/bartlett/test/server_tester.py
+++ b/cwp/bartlett/test/server_tester.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
# Copyright 2012 Google Inc. All Rights Reserved.
# Author: mrdmnd@ (Matt Redmond)
"""A unit test for sending data to Bartlett. Requires poster module."""
diff --git a/fdo_scripts/divide_and_merge_profiles.py b/fdo_scripts/divide_and_merge_profiles.py
index c75e353a..e750a626 100755
--- a/fdo_scripts/divide_and_merge_profiles.py
+++ b/fdo_scripts/divide_and_merge_profiles.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/fdo_scripts/divide_and_merge_profiles_test.py b/fdo_scripts/divide_and_merge_profiles_test.py
index f42db4e9..be76ad60 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/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/fdo_scripts/profile_cycler.py b/fdo_scripts/profile_cycler.py
index efdafffa..5651a9d2 100755
--- a/fdo_scripts/profile_cycler.py
+++ b/fdo_scripts/profile_cycler.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/fdo_scripts/summarize_hot_blocks.py b/fdo_scripts/summarize_hot_blocks.py
index c19f5477..5fdd3349 100644
--- a/fdo_scripts/summarize_hot_blocks.py
+++ b/fdo_scripts/summarize_hot_blocks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/fdo_scripts/vanilla_vs_fdo.py b/fdo_scripts/vanilla_vs_fdo.py
index 3cf5f4b6..cf80f4a1 100644
--- a/fdo_scripts/vanilla_vs_fdo.py
+++ b/fdo_scripts/vanilla_vs_fdo.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
diff --git a/produce_output.py b/produce_output.py
index 0e982bf7..009e5152 100755
--- a/produce_output.py
+++ b/produce_output.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/remote_kill_test.py b/remote_kill_test.py
index e56ef209..d0547060 100755
--- a/remote_kill_test.py
+++ b/remote_kill_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/remote_test.py b/remote_test.py
index 2ef27f9d..37ac2b7f 100755
--- a/remote_test.py
+++ b/remote_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/report_generator.py b/report_generator.py
index a5f11ca6..6c7467aa 100755
--- a/report_generator.py
+++ b/report_generator.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/run_benchmarks.py b/run_benchmarks.py
index 9dc49004..cee9abc8 100755
--- a/run_benchmarks.py
+++ b/run_benchmarks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/run_tests.py b/run_tests.py
index 075f29b1..31f1708f 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/sheriff_rotation.py b/sheriff_rotation.py
index 4ccf896d..cae145fc 100755
--- a/sheriff_rotation.py
+++ b/sheriff_rotation.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/summarize_results.py b/summarize_results.py
index 3e561f3b..4dbcf0e4 100755
--- a/summarize_results.py
+++ b/summarize_results.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/tc_enter_chroot.py b/tc_enter_chroot.py
index 50eb312c..85b8a509 100755
--- a/tc_enter_chroot.py
+++ b/tc_enter_chroot.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/utils/constants.py b/utils/constants.py
index 33875d66..fdefeb28 100644
--- a/utils/constants.py
+++ b/utils/constants.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/utils/html_tools.py b/utils/html_tools.py
index c90a57b5..5622e2e0 100644
--- a/utils/html_tools.py
+++ b/utils/html_tools.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
#
diff --git a/utils/logger.py b/utils/logger.py
index 99c679ab..4f826ade 100644
--- a/utils/logger.py
+++ b/utils/logger.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/utils/timeline.py b/utils/timeline.py
index fa75ba01..aab209b6 100644
--- a/utils/timeline.py
+++ b/utils/timeline.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
#
# Copyright 2012 Google Inc. All Rights Reserved.
#