| Index: gm/rebaseline_server/download_actuals.py
|
| diff --git a/gm/rebaseline_server/download_actuals.py b/gm/rebaseline_server/download_actuals.py
|
| index c17befe92d42e7e9e8165c159cf8a3d1c4fa6e29..c11f1914b2abd4f70cf56a1196e9936725751111 100755
|
| --- a/gm/rebaseline_server/download_actuals.py
|
| +++ b/gm/rebaseline_server/download_actuals.py
|
| @@ -17,7 +17,7 @@ import re
|
| import urllib2
|
|
|
| # 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 gs_utils
|
|
|