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

Unified Diff: slave/skia_slave_scripts/utils/gs_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
« no previous file with comments | « slave/skia_slave_scripts/utils/git_utils.py ('k') | slave/skia_slave_scripts/utils/gs_utils_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/utils/gs_utils.py
diff --git a/slave/skia_slave_scripts/utils/gs_utils.py b/slave/skia_slave_scripts/utils/gs_utils.py
index 48f7cbc21111b694b01c358838b8b6d87fc5d480..0cbe34254c611f3ffc39cc963165d6dbdb9fc29c 100644
--- a/slave/skia_slave_scripts/utils/gs_utils.py
+++ b/slave/skia_slave_scripts/utils/gs_utils.py
@@ -17,10 +17,10 @@ import shutil
import tempfile
import time
+from py.utils import shell_utils
from slave import slave_utils
import file_utils
-import shell_utils
DEFAULT_DEST_GSBASE = 'gs://chromium-skia-gm'
« no previous file with comments | « slave/skia_slave_scripts/utils/git_utils.py ('k') | slave/skia_slave_scripts/utils/gs_utils_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698