Index: gm/rebaseline_server/compare_rendered_pictures_test.py |
diff --git a/gm/rebaseline_server/compare_rendered_pictures_test.py b/gm/rebaseline_server/compare_rendered_pictures_test.py |
index c8f47e35f1cbfc401da72aa6fae9af451d31521c..d6006dc27987c66d3d676c2fba487dec26e54239 100755 |
--- a/gm/rebaseline_server/compare_rendered_pictures_test.py |
+++ b/gm/rebaseline_server/compare_rendered_pictures_test.py |
@@ -24,7 +24,7 @@ import posixpath |
import subprocess |
# 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 |