import os, threading, types
import wsgiutil
-__all__ = ["application", "wmain", "getmod", "cachedmod"]
+__all__ = ["application", "wmain", "getmod", "cachedmod", "chain"]
class cachedmod(object):
"""Cache entry for modules loaded by getmod()
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()