summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/service-worker/resources/scope1/redirect.py
blob: bb4c874aacee9479bd690bfae8dc956378d1ee64 (plain)
1
2
3
4
5
6
import os
import imp
# Use the file from the parent directory.
mod = imp.load_source("_parent", os.path.join(os.path.dirname(os.path.dirname(__file__)),
                                              os.path.basename(__file__)))
main = mod.main