From 45e4c1f8be303b43030e3dfac6cab5cd67d10a99 Mon Sep 17 00:00:00 2001 From: Zhizhou Yang Date: Mon, 23 Dec 2019 16:56:26 -0800 Subject: toolchain-utils: Migrate cros_utils to python3 This patch fixes all presubmit checks in cros_utils and migrated it from python2 to python3. TEST=Passed all unittests and presubmit checks. BUG=chromium:1011676 Change-Id: I3a7097d6570fb2cb4e5dcdd5ae22f30c5c5762e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1981087 Commit-Queue: Zhizhou Yang Tested-by: Zhizhou Yang Auto-Submit: Zhizhou Yang Reviewed-by: George Burgess --- cros_utils/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cros_utils/__init__.py') diff --git a/cros_utils/__init__.py b/cros_utils/__init__.py index 8b137891..4c4e5554 100644 --- a/cros_utils/__init__.py +++ b/cros_utils/__init__.py @@ -1 +1,4 @@ - +# -*- coding: utf-8 -*- +# Copyright 2019 The Chromium OS Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. -- cgit v1.2.3