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

Unified Diff: chrome/test/functional/ispy/server/image_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/image_handler.py
diff --git a/chrome/test/functional/ispy/server/image_handler.py b/chrome/test/functional/ispy/server/image_handler.py
index f23f41f20e53ee0732486d0aa3b903bf1e485fd6..d1f11f24897aeb2dcde5c542ab56166dea62d2cc 100644
--- a/chrome/test/functional/ispy/server/image_handler.py
+++ b/chrome/test/functional/ispy/server/image_handler.py
@@ -9,8 +9,8 @@ import os
import sys
import webapp2
-from ..common import cloud_bucket
-from ..common import constants
+from common import cloud_bucket
+from common import constants
import gs_bucket
« no previous file with comments | « chrome/test/functional/ispy/server/gs_bucket.py ('k') | chrome/test/functional/ispy/server/main_view_handler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698