From c7f1593f9af3ea1b9264b37628c36f3a70e1749a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 20 Mar 2013 13:43:35 -0400 Subject: 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 Commit-Queue: Mike Frysinger Tested-by: Mike Frysinger --- automation/common/command.py | 2 +- automation/common/command_executer.py | 2 +- automation/common/command_executer_test.py | 2 +- automation/common/events.py | 2 +- automation/common/job.py | 2 +- automation/common/job_group.py | 2 +- automation/common/logger.py | 2 +- automation/common/machine.py | 2 +- automation/common/machine_test.py | 2 +- automation/common/state_machine.py | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'automation/common') 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. -- cgit v1.2.3