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

Unified Diff: slave/skia_slave_scripts/utils/gclient_utils.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
Index: slave/skia_slave_scripts/utils/gclient_utils.py
diff --git a/slave/skia_slave_scripts/utils/gclient_utils.py b/slave/skia_slave_scripts/utils/gclient_utils.py
index c0db12077cec246852bb4ba9058e743dbb9a5bdc..a840c624fe89dbb57d6b3b618a6062957e0764c1 100644
--- a/slave/skia_slave_scripts/utils/gclient_utils.py
+++ b/slave/skia_slave_scripts/utils/gclient_utils.py
@@ -8,10 +8,10 @@
from common import find_depot_tools
-from git_utils import GIT
-import misc
+from py.utils.git_utils import GIT
+from py.utils import shell_utils
+from py.utils import misc
import os
-import shell_utils
WHICH = 'where' if os.name == 'nt' else 'which'
« no previous file with comments | « slave/skia_slave_scripts/utils/force_update_checkout.py ('k') | slave/skia_slave_scripts/utils/git_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698