Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: infra/tools/cros_pin/logger.py

Issue 1403313002: Added `cros_pin` CrOS pin-bump tool. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: contextmanager, cleanup. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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')

Powered by Google App Engine
This is Rietveld 408576698