| Index: trunk/src/chrome/test/functional/ispy/server/update_mask_handler.py
|
| ===================================================================
|
| --- trunk/src/chrome/test/functional/ispy/server/update_mask_handler.py (revision 241749)
|
| +++ trunk/src/chrome/test/functional/ispy/server/update_mask_handler.py (working copy)
|
| @@ -9,9 +9,9 @@
|
| 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
|
|
|
|
|