| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_server.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_server.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_server.py
|
| index 132569f0c0c29d2bc17f358c1d1dc8f4a8fa85a9..177b87b14695123fcd4deb4a9ec79c9e754759da 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_server.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_server.py
|
| @@ -28,7 +28,8 @@
|
|
|
| """Starts a local HTTP server which displays layout test failures (given a test
|
| results directory), provides comparisons of expected and actual results (both
|
| -images and text) and allows one-click rebaselining of tests."""
|
| +images and text) and allows one-click rebaselining of tests.
|
| +"""
|
|
|
| from webkitpy.common.host import Host
|
| from webkitpy.common.net.layouttestresults import LayoutTestResults
|
|
|