summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonald <cjmcdonald@chromium.org>2021-09-15 04:03:49 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-16 09:31:10 +0000
commit539cbdd254c1af84ddee1ac19dc355b42afdc766 (patch)
tree0a2b838cb95afd183bbfaac6368da2c986d28b18
parentf22792d5839fea0d1a711a2210989274d0a9fb8f (diff)
downloadchrome-ec-stabilize-rust-14224.B-cr50_stab.tar.gz
Excise cros_logging modulestabilize-rust-14224.B-cr50_stab
Replace all usages of chromite.lib.cros_logging with the stdlib logging module. BUG=b:191490453 TEST=None BRANCH=None Signed-off-by: Chris McDonald <cjmcdonald@chromium.org> Change-Id: I661a620fb514b2b53b6e6c5d76c90cca0280959c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3162336 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Alex Klein <saklein@chromium.org>
-rwxr-xr-xutil/flash_cr50.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_cr50.py b/util/flash_cr50.py
index 5af6f0ac14..3f776b6ff7 100755
--- a/util/flash_cr50.py
+++ b/util/flash_cr50.py
@@ -15,6 +15,7 @@ util/flash_cr50.py --release prod -c cr50-rescue -p 9999
"""
import argparse
+import logging
import os
import pprint
import re
@@ -29,7 +30,6 @@ import time
import serial
from chromite.lib import cros_build_lib
-from chromite.lib import cros_logging as logging
CR50_FIRMWARE_BASE = '/opt/google/cr50/firmware/cr50.bin.'
RELEASE_PATHS = {