aboutsummaryrefslogtreecommitdiff
path: root/crosperf/translate_xbuddy.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/translate_xbuddy.py')
-rw-r--r--crosperf/translate_xbuddy.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/crosperf/translate_xbuddy.py b/crosperf/translate_xbuddy.py
index 20fcc704..ca7058ea 100644
--- a/crosperf/translate_xbuddy.py
+++ b/crosperf/translate_xbuddy.py
@@ -1,3 +1,8 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020 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.
+
"""Module to translate the xbuddy config."""
from __future__ import print_function
@@ -14,7 +19,7 @@ else:
' and try again.')
sys.exit(0)
-#pylint: disable=import-error
+# pylint: disable=import-error,wrong-import-position
import xbuddy