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

Unified Diff: tools/metrics/histograms/print_style.py

Issue 1143323006: Histograms.xml python script housekeeping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bad_message
Patch Set: Small whitespace adjustment Created 5 years, 7 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: tools/metrics/histograms/print_style.py
diff --git a/tools/metrics/histograms/print_style.py b/tools/metrics/histograms/print_style.py
index e09f762ad8930ebc33e174f1a8a347459e2a8b8b..ab00d7848a76b6df8499231fcec7b01aaa9b5ff6 100644
--- a/tools/metrics/histograms/print_style.py
+++ b/tools/metrics/histograms/print_style.py
@@ -7,9 +7,8 @@
import os
import sys
-# Import the metrics/common module for pretty print xml.
-sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'common'))
-import pretty_print_xml
+sys.path.append(os.path.join(os.path.dirname(__file__), '..')) # tools/metrics
+from common import pretty_print_xml
# Desired order for tag attributes; attributes listed here will appear first,
# and in the same order as in these lists.

Powered by Google App Engine
This is Rietveld 408576698