summaryrefslogtreecommitdiff
path: root/tests/access.wsgi
blob: a0ebfc3dc8547f38c689bddf1307d688c9425c89 (plain)
1
2
3
def allow_access(environ, host):
    print environ, host
    return True