blob: a7c6b06d6c04df5413246348b1112b79fc4e4d5d [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'status: 307\r\n'
'Location: http://localhost:8000/appcache/resources/identifier-test-real.py\r\n'
'Content-Type: text/html\r\n\r\n'
)