| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py
|
| index 04424b3a0147f37bd9bbe7df5c4416e2dec0c2be..4a27d33a80701ecea7ba56b42ba72cad83e7e2c3 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py
|
| @@ -24,7 +24,7 @@
|
| """Supports checking WebKit style in png files."""
|
|
|
| from webkitpy.common import read_checksum_from_png
|
| -from webkitpy.common.system.systemhost import SystemHost
|
| +from webkitpy.common.system.system_host import SystemHost
|
|
|
|
|
| class PNGChecker(object):
|
|
|