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

Unified Diff: slave/skia_slave_scripts/merge_into_android.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/generate_doxygen.py ('k') | slave/skia_slave_scripts/moz2d_canary_update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/merge_into_android.py
diff --git a/slave/skia_slave_scripts/merge_into_android.py b/slave/skia_slave_scripts/merge_into_android.py
index 27ebcd1c8f1d99790d20db63d4ed9f7920c1b795..af872cf26817999683a53227d3c5a64fca1039e9 100644
--- a/slave/skia_slave_scripts/merge_into_android.py
+++ b/slave/skia_slave_scripts/merge_into_android.py
@@ -13,10 +13,10 @@ import sys
from build_step import BuildStep, BuildStepFailure, BuildStepWarning
import skia_vars
from sync_android import ANDROID_CHECKOUT_PATH, REPO, GitAuthenticate
-from utils.git_utils import GIT
-from utils import git_utils
-from utils import misc
-from utils import shell_utils
+from py.utils.git_utils import GIT
+from py.utils import git_utils
+from py.utils import misc
+from py.utils import shell_utils
SKIA_REPO_URL = skia_vars.GetGlobalVariable('skia_git_url')
SKIA_REV_URL = skia_vars.GetGlobalVariable('revlink_tmpl')
« no previous file with comments | « slave/skia_slave_scripts/generate_doxygen.py ('k') | slave/skia_slave_scripts/moz2d_canary_update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698