Index: gm/rebaseline_server/compare_to_expectations.py |
diff --git a/gm/rebaseline_server/compare_to_expectations.py b/gm/rebaseline_server/compare_to_expectations.py |
index dad206d0c8fb57bc3e0763bacf3a29ccfd12f2c0..cdd03bed72319539ae16978cef417969bd9e0229 100755 |
--- a/gm/rebaseline_server/compare_to_expectations.py |
+++ b/gm/rebaseline_server/compare_to_expectations.py |
@@ -17,12 +17,10 @@ import os |
import time |
# Must fix up PYTHONPATH before importing from within Skia |
-# pylint: disable=W0611 |
-import fix_pythonpath |
-# pylint: enable=W0611 |
+import fix_pythonpath # pylint: disable=W0611 |
# Imports from within Skia |
-from pyutils import url_utils |
+from py.utils import url_utils |
import column |
import gm_json |
import imagediffdb |