aboutsummaryrefslogtreecommitdiff
path: root/automation/server
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2013-03-20 13:43:35 -0400
committerChromeBot <chrome-bot@google.com>2013-03-20 14:17:19 -0700
commitc7f1593f9af3ea1b9264b37628c36f3a70e1749a (patch)
tree0792c0cfb9e34be211881a35237f1fdd96593e3e /automation/server
parenteb77c44ba613280fe4514d512737477b4830d63e (diff)
downloadtoolchain-utils-c7f1593f9af3ea1b9264b37628c36f3a70e1749a.tar.gz
change shebang to /usr/bin/python
BUG=chromium-os:206038 TEST=None Change-Id: I34c09e14d13993ff2b9e6ce17dd7e16fd01f962c Reviewed-on: https://gerrit-int.chromium.org/34133 Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Mike Frysinger <vapier@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'automation/server')
-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
11 files changed, 11 insertions, 11 deletions
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.