aboutsummaryrefslogtreecommitdiff
path: root/utils
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 /utils
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 'utils')
-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
4 files changed, 4 insertions, 4 deletions
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.
#