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

Unified Diff: slave/skia_slave_scripts/detect_static_initializers.py

Issue 344183004: Use new common utils where possible. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: rebase Created 6 years, 5 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
« no previous file with comments | « slave/skia_slave_scripts/compare_gms.py ('k') | slave/skia_slave_scripts/do_auto_roll.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/detect_static_initializers.py
diff --git a/slave/skia_slave_scripts/detect_static_initializers.py b/slave/skia_slave_scripts/detect_static_initializers.py
index f38c35da4fb1a11418c178ac251d9edd545f700b..576dd6177a1d1f9117c6d8cb8da34589531c24d6 100644
--- a/slave/skia_slave_scripts/detect_static_initializers.py
+++ b/slave/skia_slave_scripts/detect_static_initializers.py
@@ -5,8 +5,8 @@
""" Detect static initializers in compiled Skia code. """
-from utils import shell_utils
from build_step import BuildStep, BuildStepWarning
+from py.utils import shell_utils
import os
import re
import sys
« no previous file with comments | « slave/skia_slave_scripts/compare_gms.py ('k') | slave/skia_slave_scripts/do_auto_roll.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698