Chromium Code Reviews| Index: gm/rebaseline_server/compare_configs.py |
| diff --git a/gm/rebaseline_server/compare_configs.py b/gm/rebaseline_server/compare_configs.py |
| index 202eec7c021d3b41a0eba07cc6d6c642b1bb2afd..73a5570cf50fc86a2fefe4054684713aa0d915c4 100755 |
| --- a/gm/rebaseline_server/compare_configs.py |
| +++ b/gm/rebaseline_server/compare_configs.py |
| @@ -15,7 +15,7 @@ import logging |
| import time |
| # Must fix up PYTHONPATH before importing from within Skia |
| -import fix_pythonpath # pylint: disable=W0611 |
| +import rs_fixpypath # pylint: disable=W0611 |
|
stephana
2014/08/18 19:35:21
This is a change in several files. There are some
|
| # Imports from within Skia |
| from py.utils import url_utils |