aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/download_actuals_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'gm/rebaseline_server/download_actuals_test.py')
-rwxr-xr-xgm/rebaseline_server/download_actuals_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/rebaseline_server/download_actuals_test.py b/gm/rebaseline_server/download_actuals_test.py
index c6e7dea8e5..b9822245a3 100755
--- a/gm/rebaseline_server/download_actuals_test.py
+++ b/gm/rebaseline_server/download_actuals_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
from py.utils import url_utils