Sign in
cobalt
/
cobalt
/
527110903c994f57b3fc64852b74e941d515b683
/
.
/
third_party
/
web_platform_tests
/
service-workers
/
service-worker
/
resources
/
scope1
/
redirect.py
blob: bb4c874aacee9479bd690bfae8dc956378d1ee64 [
file
] [
log
] [
blame
]
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