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

Unified Diff: chrome/test/functional/ispy/server/update_mask_handler.py

Issue 106523003: [I-Spy] Add support for rebaselining expectations from the web UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing dom.py Created 6 years, 12 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: chrome/test/functional/ispy/server/update_mask_handler.py
diff --git a/chrome/test/functional/ispy/server/update_mask_handler.py b/chrome/test/functional/ispy/server/update_mask_handler.py
index bf66e776eb3744d0eff7280a1686f9608f49b0f7..4a2a2dabb7a314403db7db63b395fa360f46a2d5 100644
--- a/chrome/test/functional/ispy/server/update_mask_handler.py
+++ b/chrome/test/functional/ispy/server/update_mask_handler.py
@@ -9,9 +9,9 @@ import re
import sys
import os
-from ..common import constants
-from ..common import image_tools
-from ..common import ispy_utils
+from common import constants
+from common import image_tools
+from common import ispy_utils
import gs_bucket
« no previous file with comments | « chrome/test/functional/ispy/server/rebaseline_handler.py ('k') | chrome/test/functional/ispy/server/views/empty_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698