add coding:utf-8 to all python files
The linter wants this to make sure we use UTF-8 encoding everywhere.
BUG=None
TEST=precq passes
Change-Id: Id63f57f0b3ef25e04b02a94adae2f17cb1d34214
Reviewed-on: https://chromium-review.googlesource.com/1497252
Commit-Ready: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Amin Hassani <ahassani@chromium.org>
diff --git a/lib/constants.py b/lib/constants.py
index 25c4866..ccc5527 100644
--- a/lib/constants.py
+++ b/lib/constants.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2011 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.