| commit | 2385881e6a19a904687ced52f27541b716e8168c | [log] [tgz] |
|---|---|---|
| author | Chris McDonald <[email protected]> | Wed Sep 15 10:21:23 2021 |
| committer | Commit Bot <[email protected]> | Fri Sep 17 17:42:47 2021 |
| tree | 09eb58ea97822c5589c961d0bd338c40927ee224 | |
| parent | ac7cbcdcf6596b06484d39c891d820c65c69736d [diff] |
Excise cros_logging module Replace all usages of chromite.lib.cros_logging with the stdlib logging module. BUG=b:191490453 TEST=None Change-Id: I824597445378fd9b0a9659944081d6e179778b2b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/touch_firmware_test/+/3162317 Tested-by: Chris McDonald <[email protected]> Auto-Submit: Chris McDonald <[email protected]> Reviewed-by: Sean O'Brien <[email protected]> Reviewed-by: Alex Klein <[email protected]> Commit-Queue: Chris McDonald <[email protected]>
diff --git a/heatmap/heatmapplot.py b/heatmap/heatmapplot.py index 7569941..ae61a84 100755 --- a/heatmap/heatmapplot.py +++ b/heatmap/heatmapplot.py
@@ -14,8 +14,8 @@ """ from __future__ import print_function -from chromite.lib import cros_logging as logging import argparse +import logging import os import re import subprocess