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 34b248c84bc6e7a0d02e6e32638b43db9f16ed74..a93d9b9fdf1628a4335cea5fb0a27ec8ba8d56f1 100755 |
--- a/gm/rebaseline_server/compare_to_expectations.py |
+++ b/gm/rebaseline_server/compare_to_expectations.py |
@@ -17,7 +17,7 @@ import os |
import time |
# 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 |
from py.utils import url_utils |