aboutsummaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
Diffstat (limited to 'automation')
-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
-rwxr-xr-xautomation/clients/nightly.py2
-rwxr-xr-xautomation/clients/output_test.py2
-rwxr-xr-xautomation/clients/pwd_test.py2
-rwxr-xr-xautomation/clients/report/validate_failures.py2
-rwxr-xr-xautomation/common/command_executer_test.py2
-rwxr-xr-xautomation/common/machine_test.py2
-rwxr-xr-xautomation/server/machine_manager_test.py2
-rwxr-xr-xautomation/server/monitor/manage.py2
-rwxr-xr-xautomation/server/server.py2
-rwxr-xr-xautomation/server/server_test.py2
14 files changed, 14 insertions, 14 deletions
diff --git a/automation/clients/android.py b/automation/clients/android.py
index 06e76d29..603744b1 100755
--- a/automation/clients/android.py
+++ b/automation/clients/android.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
"""Client for Android nightly jobs.
diff --git a/automation/clients/chromeos.py b/automation/clients/chromeos.py
index 572320fd..084f7840 100755
--- a/automation/clients/chromeos.py
+++ b/automation/clients/chromeos.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
"""chromeos.py: Build & Test ChromeOS using custom compilers."""
diff --git a/automation/clients/crosstool.py b/automation/clients/crosstool.py
index 9ba83807..65720343 100755
--- a/automation/clients/crosstool.py
+++ b/automation/clients/crosstool.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/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 7448b87e..eb923d5d 100755
--- a/automation/clients/dejagnu_compiler.py
+++ b/automation/clients/dejagnu_compiler.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
#
# Copyright 2012 Google Inc. All Rights Reserved.
"""dejagnu_compiler.py: Run dejagnu test."""
diff --git a/automation/clients/nightly.py b/automation/clients/nightly.py
index d35c4eca..98e2b081 100755
--- a/automation/clients/nightly.py
+++ b/automation/clients/nightly.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/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 73c26eed..3126f050 100755
--- a/automation/clients/output_test.py
+++ b/automation/clients/output_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/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 493444d5..a4b28552 100755
--- a/automation/clients/pwd_test.py
+++ b/automation/clients/pwd_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/clients/report/validate_failures.py b/automation/clients/report/validate_failures.py
index d8776ba5..5db356d1 100755
--- a/automation/clients/report/validate_failures.py
+++ b/automation/clients/report/validate_failures.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
# Script to compare testsuite failures against a list of known-to-fail
# tests.
diff --git a/automation/common/command_executer_test.py b/automation/common/command_executer_test.py
index 2caaa146..4aa245f0 100755
--- a/automation/common/command_executer_test.py
+++ b/automation/common/command_executer_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
#
diff --git a/automation/common/machine_test.py b/automation/common/machine_test.py
index f66299f5..c9c200a9 100755
--- a/automation/common/machine_test.py
+++ b/automation/common/machine_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
"""Machine manager unittest.
diff --git a/automation/server/machine_manager_test.py b/automation/server/machine_manager_test.py
index 2fa5bb4b..67fdcc2b 100755
--- a/automation/server/machine_manager_test.py
+++ b/automation/server/machine_manager_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
diff --git a/automation/server/monitor/manage.py b/automation/server/monitor/manage.py
index 59f6e216..57deb5c2 100755
--- a/automation/server/monitor/manage.py
+++ b/automation/server/monitor/manage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
#
# Copyright 2011 Google Inc. All Rights Reserved.
#
diff --git a/automation/server/server.py b/automation/server/server.py
index c8f22521..f02a1d0f 100755
--- a/automation/server/server.py
+++ b/automation/server/server.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/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 131ebb3b..bcf1b9f5 100755
--- a/automation/server/server_test.py
+++ b/automation/server/server_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
#
# Copyright 2010 Google Inc. All Rights Reserved.
"""Machine manager unittest.