| Index: third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/wptserve/wptserve/constants.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/wptserve/wptserve/constants.py b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/wptserve/wptserve/constants.py
|
| index 385e512c7d5d2a830212b3b6774757fbe65b18b7..bd36344a445affdd039396d836ab1a362c99693d 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/wptserve/wptserve/constants.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/wptserve/wptserve/constants.py
|
| @@ -1,4 +1,4 @@
|
| -import utils
|
| +from . import utils
|
|
|
| content_types = utils.invert_dict({"text/html": ["htm", "html"],
|
| "application/json": ["json"],
|
| @@ -89,4 +89,4 @@ response_codes = {
|
| 504: ('Gateway Timeout',
|
| 'The gateway server did not receive a timely response'),
|
| 505: ('HTTP Version Not Supported', 'Cannot fulfill request.'),
|
| - }
|
| +}
|
|
|