diff options
Diffstat (limited to 'testing/web-platform/tests/XMLHttpRequest/resources/auth1/auth.py')
-rw-r--r-- | testing/web-platform/tests/XMLHttpRequest/resources/auth1/auth.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/web-platform/tests/XMLHttpRequest/resources/auth1/auth.py b/testing/web-platform/tests/XMLHttpRequest/resources/auth1/auth.py deleted file mode 100644 index 8b6682686..000000000 --- a/testing/web-platform/tests/XMLHttpRequest/resources/auth1/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) |