blob: 650975b912779c88396fda97f8748482587ac6fe [file] [log] [blame]
script = 'info = \'Set by the %s script\';'
def main(request, response):
type = request.GET['type']
if request.GET['type'] == 'fallingback':
return 404, [('Content-Type', 'text/plain')], "Page not found"
return [('Content-Type', 'text/javascript')], script % type