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

Unified Diff: trunk/src/chrome/test/functional/ispy/server/image_handler.py

Issue 104793008: Revert 240226 "[I-Spy] Add support for rebaselining expectations..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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: trunk/src/chrome/test/functional/ispy/server/image_handler.py
===================================================================
--- trunk/src/chrome/test/functional/ispy/server/image_handler.py (revision 241749)
+++ trunk/src/chrome/test/functional/ispy/server/image_handler.py (working copy)
@@ -9,8 +9,8 @@
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

Powered by Google App Engine
This is Rietveld 408576698