| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
|
| index 4c70db52548c96dce8c20bf8f846d9414825d5c7..7be0a5a21f194b166cdab032ed52dbab1a921a0b 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
|
| @@ -49,7 +49,7 @@ from error_handlers import DefaultStyleErrorHandler
|
| from filter import FilterConfiguration
|
| from optparser import ArgumentParser
|
| from optparser import DefaultCommandOptionValues
|
| -from webkitpy.common.system.logutils import configure_logging as _configure_logging
|
| +from webkitpy.common.system.log_utils import configure_logging as _configure_logging
|
|
|
|
|
| _log = logging.getLogger(__name__)
|
|
|