X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fskia%2Fgm%2Frebaseline_server%2Fdownload_actuals.py;h=c11f1914b2abd4f70cf56a1196e9936725751111;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=c17befe92d42e7e9e8165c159cf8a3d1c4fa6e29;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/skia/gm/rebaseline_server/download_actuals.py b/src/third_party/skia/gm/rebaseline_server/download_actuals.py index c17befe..c11f191 100755 --- a/src/third_party/skia/gm/rebaseline_server/download_actuals.py +++ b/src/third_party/skia/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