| 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 b277fcb032199591f559223319221cba9fd84e29..205e754a9c35baa7640009dd01ba793bd6d4c577 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py
|
| @@ -24,9 +24,12 @@
|
|
|
| """Supports checking WebKit style in png files."""
|
|
|
| +import os
|
| +import re
|
|
|
| from webkitpy.common import read_checksum_from_png
|
| from webkitpy.common.system.systemhost import SystemHost
|
| +from webkitpy.common.checkout.scm.detection import SCMDetector
|
|
|
| class PNGChecker(object):
|
| """Check svn:mime-type for checking style"""
|
|
|