summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/service-worker/resources/scope1/redirect.py
blob: 025ea671c503f7816f634f23cfc80c78a815aa25 (plain)
1
2
3
4
5
6
7
8
import os

from tools.wpt.utils import load_source

# Use the file from the parent directory.
mod = load_source("_parent", os.path.join(os.path.dirname(os.path.dirname(__file__)),
                                              os.path.basename(__file__)))
main = mod.main