aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/download_actuals.py
diff options
context:
space:
mode:
Diffstat (limited to 'gm/rebaseline_server/download_actuals.py')
-rwxr-xr-xgm/rebaseline_server/download_actuals.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/gm/rebaseline_server/download_actuals.py b/gm/rebaseline_server/download_actuals.py
index 2f92898fd4..a619f71ae4 100755
--- a/gm/rebaseline_server/download_actuals.py
+++ b/gm/rebaseline_server/download_actuals.py
@@ -16,10 +16,12 @@ import posixpath
import re
import urllib2
+# Must fix up PYTHONPATH before importing from within Skia
+import fix_pythonpath # pylint: disable=W0611
+
# Imports from within Skia
-import fix_pythonpath # must do this first
-from pyutils import gs_utils
-from pyutils import url_utils
+from py.utils import gs_utils
+from py.utils import url_utils
import buildbot_globals
import gm_json