X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python3%2Fashd%2Fwsgidir.py;h=cc17b9b44ba00ff13f8543a6d902201dc6eef760;hp=f10111799aaf0c2395a24ffebd618e1f24c94c56;hb=bab90dd196d8074a14c887b5bbd99b76718ca112;hpb=1f3d7aa314fa55a238be0940a1cd244e4671fc7d diff --git a/python3/ashd/wsgidir.py b/python3/ashd/wsgidir.py index f101117..cc17b9b 100644 --- a/python3/ashd/wsgidir.py +++ b/python3/ashd/wsgidir.py @@ -130,6 +130,7 @@ def chain(env, startreq): return entry(env, startreq) return wsgiutil.simpleerror(env, startreq, 500, "Internal Error", "Invalid WSGI handler.") exts["wsgi"] = chain +exts["wsgi3"] = chain def addext(ext, handler): p = handler.rindex('.')