Index: infra/tools/cros_pin/logger.py |
diff --git a/glyco/tests/data/installed_package/__init__.py b/infra/tools/cros_pin/logger.py |
similarity index 63% |
copy from glyco/tests/data/installed_package/__init__.py |
copy to infra/tools/cros_pin/logger.py |
index 1f2413179f297d1b406b9a6b8628b240f1e12a8c..73337a8cb5325c1310d3b12ebec14c044fc695d3 100644 |
--- a/glyco/tests/data/installed_package/__init__.py |
+++ b/infra/tools/cros_pin/logger.py |
@@ -2,5 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-# Some unlikely value. |
-VALUE = "jl;aip78uab jzr578p9 tuhjks u91-pu" |
+import logging |
+ |
+# Common logger for 'cros_pin' package. |
+LOGGER = logging.getLogger('cros_pin') |