X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=python3%2Fashd%2Fwsgidir.py;h=4603cc22463606880214d2194409863e84494b18;hb=5c1a2105e0dda1de8eefc3f3fd83c76f43583c33;hp=6b7ece7e69770f2710e1602a0a9dd916654561e3;hpb=2d4ab4351e9d32bcb32c56118fc64840fc678128;p=ashd.git diff --git a/python3/ashd/wsgidir.py b/python3/ashd/wsgidir.py index 6b7ece7..4603cc2 100644 --- a/python3/ashd/wsgidir.py +++ b/python3/ashd/wsgidir.py @@ -36,7 +36,7 @@ functions, you may want to use the getmod() function in this module. import os, threading, types, importlib from . import wsgiutil -__all__ = ["application", "wmain", "getmod", "cachedmod"] +__all__ = ["application", "wmain", "getmod", "cachedmod", "chain"] class cachedmod(object): """Cache entry for modules loaded by getmod()