Bug 1471870 [wpt PR 11706] - Fix Python 3 errors for wpt lint/serve, a=testonly
commit4e1c7c95013bfbbb549cba41b99c0916894bb9fa
authorKagami Sascha Rosylight <saschanaz@outlook.com>
Sat, 7 Jul 2018 00:01:07 +0000 (7 00:01 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Wed, 11 Jul 2018 07:02:53 +0000 (11 08:02 +0100)
tree4f046f4a820022cf83aea5450b09baf33cbeadd6
parent635c89c7510b0e696e2ce9e86f819f06679ac1e0
Bug 1471870 [wpt PR 11706] - Fix Python 3 errors for wpt lint/serve, a=testonly

Automatic update from web-platform-testsFix Python 3 errors for wpt lint/serve (#11706)

--

wpt-commits: 27406c9d238ac80c43bb62e87cd0305f59294527
wpt-pr: 11706
18 files changed:
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/tools/serve/serve.py
testing/web-platform/tests/tools/wpt/testfiles.py
testing/web-platform/tests/tools/wptserve/tests/functional/base.py
testing/web-platform/tests/tools/wptserve/tests/functional/test_cookies.py
testing/web-platform/tests/tools/wptserve/tests/functional/test_handlers.py
testing/web-platform/tests/tools/wptserve/tests/functional/test_pipes.py
testing/web-platform/tests/tools/wptserve/tests/functional/test_server.py
testing/web-platform/tests/tools/wptserve/wptserve/handlers.py
testing/web-platform/tests/tools/wptserve/wptserve/pipes.py
testing/web-platform/tests/tools/wptserve/wptserve/response.py
testing/web-platform/tests/tools/wptserve/wptserve/router.py
testing/web-platform/tests/tools/wptserve/wptserve/server.py
testing/web-platform/tests/tools/wptserve/wptserve/stash.py
testing/web-platform/tests/websockets/handlers/set-cookie-secure_wsh.py
testing/web-platform/tests/websockets/handlers/set-cookie_http_wsh.py
testing/web-platform/tests/websockets/handlers/set-cookie_wsh.py
testing/web-platform/tests/websockets/handlers/stash_responder_wsh.py