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

Unified Diff: chrome/test/functional/ispy/server/debug_view_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
« no previous file with comments | « chrome/test/functional/ispy/server/app.py ('k') | chrome/test/functional/ispy/server/gs_bucket.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/ispy/server/debug_view_handler.py
diff --git a/chrome/test/functional/ispy/server/debug_view_handler.py b/chrome/test/functional/ispy/server/debug_view_handler.py
index 4d5f740f62b58bf42cd5cff6fa0bd2e7eed5a6ca..96bfe3cff1b2493961c589fcda07bb5d4c874c6b 100644
--- a/chrome/test/functional/ispy/server/debug_view_handler.py
+++ b/chrome/test/functional/ispy/server/debug_view_handler.py
@@ -9,7 +9,7 @@ import os
import sys
import webapp2
-from ..common import ispy_utils
+from common import ispy_utils
import views
« no previous file with comments | « chrome/test/functional/ispy/server/app.py ('k') | chrome/test/functional/ispy/server/gs_bucket.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698