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

Unified Diff: slave/skia_slave_scripts/apply_patch.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/android_verify_device.py ('k') | slave/skia_slave_scripts/build_step.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/apply_patch.py
diff --git a/slave/skia_slave_scripts/apply_patch.py b/slave/skia_slave_scripts/apply_patch.py
index 7b2b4cb82ccf54a271c2c49b69812bde2c82e96b..6d334aa6f825fe8235a3696f19454e4f52c275a1 100644
--- a/slave/skia_slave_scripts/apply_patch.py
+++ b/slave/skia_slave_scripts/apply_patch.py
@@ -9,8 +9,8 @@
from ast import literal_eval
from build_step import BuildStep, BuildStepFailure
-from utils import shell_utils
-from utils.git_utils import GIT
+from py.utils import shell_utils
+from py.utils.git_utils import GIT
import os
import shutil
import sys
« no previous file with comments | « slave/skia_slave_scripts/android_verify_device.py ('k') | slave/skia_slave_scripts/build_step.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698