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

Unified Diff: gm/rebaseline_server/server.py

Issue 385783002: roll "common" DEPS, and replace tools/pyutils with it (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix pylint complaints 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: gm/rebaseline_server/server.py
diff --git a/gm/rebaseline_server/server.py b/gm/rebaseline_server/server.py
index e82ecf2049df2dd37e2c8efc72a68cb14b471470..6e8fad77599f6dd3999b623560c242eb9c2fd2d1 100755
--- a/gm/rebaseline_server/server.py
+++ b/gm/rebaseline_server/server.py
@@ -31,7 +31,7 @@ import fix_pythonpath
# pylint: enable=W0611
# Imports from within Skia
-from pyutils import gs_utils
+from py.utils import gs_utils
import gm_json
# Imports from local dir

Powered by Google App Engine
This is Rietveld 408576698