summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/support/imported_script.py
blob: 2f9c6a81d9d92a1a9f6d660abce74adc694f00e4 (plain)
1
2
def main(request, response):
    return [(b'Content-Type', request.GET[b'mime'])], u""