From 68c9a2870ead8a3306a2601c4f5689656d49c6a8 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 22 Sep 2019 10:39:36 -0700 Subject: Unify #! use in python scripts Right now we have several different versions of #! in our python scripts. Unify them all and specify that we are using python2. Signed-off-by: Stefan Reinauer BUG=none BRANCH=none TEST=make buildall Change-Id: Iab33a3f5d4b827451a55542bcee8837b00da7867 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1817948 Commit-Queue: Stefan Reinauer Tested-by: Stefan Reinauer Reviewed-by: Daisuke Nojiri --- chip/mchp/util/pack_ec.py | 2 +- chip/mec1322/util/pack_ec.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chip') diff --git a/chip/mchp/util/pack_ec.py b/chip/mchp/util/pack_ec.py index cd8c550e09..c7fe74d028 100755 --- a/chip/mchp/util/pack_ec.py +++ b/chip/mchp/util/pack_ec.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright 2013 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be diff --git a/chip/mec1322/util/pack_ec.py b/chip/mec1322/util/pack_ec.py index 13f5f31010..8cbeb57c1b 100755 --- a/chip/mec1322/util/pack_ec.py +++ b/chip/mec1322/util/pack_ec.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright 2013 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be -- cgit v1.2.1