aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/XMLHttpRequest/resources/auth4/auth.py
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2018-01-10 14:28:20 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2018-01-16 17:18:09 +0100
commit4d3c932c470feb6136e4204c9cae6a2ebdc4058a (patch)
treeebeb64eb75f46de84d21502fee33bc4f31b91bed /tests/wpt/web-platform-tests/XMLHttpRequest/resources/auth4/auth.py
parent7de87c487b247b479fa38c40f683de8783032e11 (diff)
downloadservo-4d3c932c470feb6136e4204c9cae6a2ebdc4058a.tar.gz
servo-4d3c932c470feb6136e4204c9cae6a2ebdc4058a.zip
Update web-platform-tests to revision c26470dac73f2df9d4822a0d3482f7eb1ebf57d9
Diffstat (limited to 'tests/wpt/web-platform-tests/XMLHttpRequest/resources/auth4/auth.py')
-rw-r--r--tests/wpt/web-platform-tests/XMLHttpRequest/resources/auth4/auth.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/wpt/web-platform-tests/XMLHttpRequest/resources/auth4/auth.py b/tests/wpt/web-platform-tests/XMLHttpRequest/resources/auth4/auth.py
deleted file mode 100644
index 8b6682686c8..00000000000
--- a/tests/wpt/web-platform-tests/XMLHttpRequest/resources/auth4/auth.py
+++ /dev/null
@@ -1,10 +0,0 @@
-import imp
-import os
-
-here = os.path.split(os.path.abspath(__file__))[0]
-
-def main(request, response):
- auth = imp.load_source("", os.path.join(here,
- "..",
- "authentication.py"))
- return auth.main(request, response)