| Index: gm/rebaseline_server/compare_configs_test.py
|
| diff --git a/gm/rebaseline_server/compare_configs_test.py b/gm/rebaseline_server/compare_configs_test.py
|
| index 0c701e44bfac551a29db1150e9a14203cc1bd803..612be99837ed75fa284d1fb6bc154a8d1f072bf5 100755
|
| --- a/gm/rebaseline_server/compare_configs_test.py
|
| +++ b/gm/rebaseline_server/compare_configs_test.py
|
| @@ -22,7 +22,7 @@ within self._output_dir_expected, which wouldn't be good...
|
| import os
|
|
|
| # Must fix up PYTHONPATH before importing from within Skia
|
| -import fix_pythonpath # pylint: disable=W0611
|
| +import rs_fixpypath # pylint: disable=W0611
|
|
|
| # Imports from within Skia
|
| import base_unittest
|
|
|