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

Unified Diff: slave/skia_slave_scripts/utils/sync_skia_in_chrome.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/ssh_utils.py ('k') | slave/skia_slave_scripts/utils/upload_to_bucket.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/utils/sync_skia_in_chrome.py
diff --git a/slave/skia_slave_scripts/utils/sync_skia_in_chrome.py b/slave/skia_slave_scripts/utils/sync_skia_in_chrome.py
index 66c7c5bfe30713f5146f6276be447f23da461147..77281abe1940083a97ed77f6447bf51fa504b59d 100644
--- a/slave/skia_slave_scripts/utils/sync_skia_in_chrome.py
+++ b/slave/skia_slave_scripts/utils/sync_skia_in_chrome.py
@@ -7,14 +7,14 @@
from config_private import SKIA_GIT_URL
from optparse import OptionParser
+from py.utils.git_utils import GIT
+from py.utils import git_utils
+from py.utils import misc
+from py.utils import shell_utils
-from git_utils import GIT
import gclient_utils
-import git_utils
-import misc
import os
import re
-import shell_utils
import shlex
import sys
import urllib2
« no previous file with comments | « slave/skia_slave_scripts/utils/ssh_utils.py ('k') | slave/skia_slave_scripts/utils/upload_to_bucket.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698