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

Unified Diff: slave/skia_slave_scripts/utils/upload_to_bucket.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/upload_to_bucket.py
diff --git a/slave/skia_slave_scripts/utils/upload_to_bucket.py b/slave/skia_slave_scripts/utils/upload_to_bucket.py
index 23057fa3ba6f52f84f29e087b8f7ce17a3a89b66..8bf496b588ca1a520b81a0e69a1efc6e2d7d3532 100755
--- a/slave/skia_slave_scripts/utils/upload_to_bucket.py
+++ b/slave/skia_slave_scripts/utils/upload_to_bucket.py
@@ -13,7 +13,7 @@ To test:
--source_filepath=../../../DEPS --dest_gsbase=gs://chromium-skia-gm
"""
-from utils import misc
+from py.utils import misc
import optparse
import os
import sys
« no previous file with comments | « slave/skia_slave_scripts/utils/sync_skia_in_chrome.py ('k') | slave/skia_slave_scripts/webpages_playback.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698