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 ada5282..5711ee6 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 6b7ece7..4603cc2 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()