]> www.dolda2000.com Git - ashd.git/commitdiff
python: Include `chain' in __all__ of ashd.wsgidir.
authorFredrik Tolf <fredrik@dolda2000.com>
Tue, 13 Dec 2011 06:01:22 +0000 (07:01 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Tue, 13 Dec 2011 06:01:22 +0000 (07:01 +0100)
python/ashd/wsgidir.py
python3/ashd/wsgidir.py

index ada528215b33191011985931a55fdadb68d2be81..5711ee66b612f4ee449ff3011ca2ed3881d70bab 100644 (file)
@@ -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()
index 6b7ece7e69770f2710e1602a0a9dd916654561e3..4603cc22463606880214d2194409863e84494b18 100644 (file)
@@ -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()