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