Chromium Code Reviews| Index: gm/rebaseline_server/compare_to_expectations.py |
| diff --git a/gm/rebaseline_server/compare_to_expectations.py b/gm/rebaseline_server/compare_to_expectations.py |
| index dad206d0c8fb57bc3e0763bacf3a29ccfd12f2c0..a7568d88d78269ae8af7611369e14a1dde3245e4 100755 |
| --- a/gm/rebaseline_server/compare_to_expectations.py |
| +++ b/gm/rebaseline_server/compare_to_expectations.py |
| @@ -22,7 +22,7 @@ import fix_pythonpath |
| # pylint: enable=W0611 |
|
borenet
2014/07/11 12:59:11
Same comment.
|
| # Imports from within Skia |
| -from pyutils import url_utils |
| +from py.utils import url_utils |
| import column |
| import gm_json |
| import imagediffdb |