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.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/gm/rebaseline_server/download_actuals_test.py b/gm/rebaseline_server/download_actuals_test.py
index c405a3cf57..a74389f459 100755
--- a/gm/rebaseline_server/download_actuals_test.py
+++ b/gm/rebaseline_server/download_actuals_test.py
@@ -20,13 +20,12 @@ within self._output_dir_expected, which wouldn't be good...
# System-level imports
import os
-import shutil
-import tempfile
-import urllib
+
+# 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 url_utils
+from py.utils import url_utils
import base_unittest
import download_actuals