Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py |
index ba9231eac6b5b7a62305a30b470982428cdc5928..30e22fbd055ed217d6bcfbe33b06bd3a5327e65f 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py |
@@ -1433,7 +1433,8 @@ class Port(object): |
def path_to_apache(self): |
"""Returns the full path to the apache binary. |
- This is needed only by ports that use the apache_http_server module.""" |
+ This is needed only by ports that use the apache_http_server module. |
+ """ |
raise NotImplementedError('Port.path_to_apache') |
def path_to_apache_config_file(self): |