aboutsummaryrefslogtreecommitdiff
path: root/client/common_lib/cros/cros_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/common_lib/cros/cros_config.py')
-rw-r--r--client/common_lib/cros/cros_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/common_lib/cros/cros_config.py b/client/common_lib/cros/cros_config.py
index 5c11548e82..dffb9660eb 100644
--- a/client/common_lib/cros/cros_config.py
+++ b/client/common_lib/cros/cros_config.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
#
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
@@ -12,7 +12,7 @@ The following file's kCommandMap contains a list of fallback commands:
platform2/chromeos-config/libcros_config/cros_config_fallback.cc
If the requested cros_config path/property are mapped to a fallback
command, then that command is called, and its results is returned.
-That behavior is all native to cros_config.
+That behavior is all natural to cros_config.
Let's say you define a new fallback command in cros_config_fallback.cc:
`cros_config /foo bar` --> `mosys baz quux`