X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=python%2Fashd%2Fwsgidir.py;h=5711ee66b612f4ee449ff3011ca2ed3881d70bab;hb=5c1a2105e0dda1de8eefc3f3fd83c76f43583c33;hp=ada528215b33191011985931a55fdadb68d2be81;hpb=2d4ab4351e9d32bcb32c56118fc64840fc678128;p=ashd.git diff --git a/python/ashd/wsgidir.py b/python/ashd/wsgidir.py index ada5282..5711ee6 100644 --- a/python/ashd/wsgidir.py +++ b/python/ashd/wsgidir.py @@ -36,7 +36,7 @@ functions, you may want to use the getmod() function in this module. 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()