From 11847ae54131569c5380d77f08f839f6142a6083 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 6 Oct 2019 11:44:10 -0400 Subject: set shebangs to python2 These scripts aren't ported to python3, so set the shebang to python2. BUG=chromium:1011676 TEST=CQ passes Change-Id: I192b50bc8b4d682fd562c75b479b68bffa9eab61 Reviewed-on: https://chromium-review.googlesource.com/1843911 Tested-by: Mike Frysinger Commit-Ready: ChromeOS CL Exonerator Bot Legacy-Commit-Queue: Commit Bot Reviewed-by: George Burgess --- automation/clients/chromeos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'automation/clients/chromeos.py') diff --git a/automation/clients/chromeos.py b/automation/clients/chromeos.py index 084f7840..572320fd 100755 --- a/automation/clients/chromeos.py +++ b/automation/clients/chromeos.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Copyright 2011 Google Inc. All Rights Reserved. """chromeos.py: Build & Test ChromeOS using custom compilers.""" -- cgit v1.2.3