aboutsummaryrefslogtreecommitdiff
path: root/cros_utils/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'cros_utils/constants.py')
-rw-r--r--cros_utils/constants.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cros_utils/constants.py b/cros_utils/constants.py
index b12175bb..47c16686 100644
--- a/cros_utils/constants.py
+++ b/cros_utils/constants.py
@@ -1,14 +1,14 @@
# -*- coding: utf-8 -*-
-# Copyright 2019 The Chromium OS Authors. All rights reserved.
+# Copyright 2019 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Generic constants used accross modules.
"""
-__author__ = 'shenhan@google.com (Han Shen)'
+__author__ = "shenhan@google.com (Han Shen)"
-MOUNTED_TOOLCHAIN_ROOT = '/usr/local/toolchain_root'
+MOUNTED_TOOLCHAIN_ROOT = "/usr/local/toolchain_root"
# Root directory for night testing run.
-CROSTC_WORKSPACE = '/usr/local/google/crostc'
+CROSTC_WORKSPACE = "/usr/local/google/crostc"