Home | Trees | Indices | Help |
|
---|
|
1 # encoding: utf-8 2 3 """TurboGears automatic startup/shutdown extension.""" 4 5 6 from turbogears import config 7 from turbomail.control import interface 8 9 10 __all__ = ['start_extension', 'shutdown_extension'] 11 12 13 17 18 21
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun May 16 11:56:43 2010 | http://epydoc.sourceforge.net |