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

Unified Diff: slave/skia_slave_scripts/check_buildslave_host_disk_usage.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/build_step.py ('k') | slave/skia_slave_scripts/check_for_regressions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/check_buildslave_host_disk_usage.py
diff --git a/slave/skia_slave_scripts/check_buildslave_host_disk_usage.py b/slave/skia_slave_scripts/check_buildslave_host_disk_usage.py
index 3dcf3cd2f95aaef331d3f890c5466cd1622ac0b1..a93a3d15acfcb8b4e82d3c57c4cc4737ab242b3c 100644
--- a/slave/skia_slave_scripts/check_buildslave_host_disk_usage.py
+++ b/slave/skia_slave_scripts/check_buildslave_host_disk_usage.py
@@ -11,7 +11,7 @@ import re
import sys
from build_step import BuildStep, BuildStepWarning, BuildStepFailure
-from utils import misc
+from py.utils import misc
sys.path.append(misc.BUILDBOT_PATH)
« no previous file with comments | « slave/skia_slave_scripts/build_step.py ('k') | slave/skia_slave_scripts/check_for_regressions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698