diff options
Diffstat (limited to 'repoze/bfg/paster_templates/alchemy')
| -rw-r--r-- | repoze/bfg/paster_templates/alchemy/+package+/run.py_tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repoze/bfg/paster_templates/alchemy/+package+/run.py_tmpl b/repoze/bfg/paster_templates/alchemy/+package+/run.py_tmpl index 0c8f31ec8..c290431c0 100644 --- a/repoze/bfg/paster_templates/alchemy/+package+/run.py_tmpl +++ b/repoze/bfg/paster_templates/alchemy/+package+/run.py_tmpl @@ -14,9 +14,10 @@ def handle_teardown(event): environ['usermanager.sasession'] = Cleanup(DBSession.remove) def app(global_config, **settings): - """ This function returns a ``repoze.bfg`` WSGI application. + """ This function returns a WSGI application. - It is usually called by the PasteDeploy framework during ``paster serve``. + It is usually called by the PasteDeploy framework during + ``paster serve``. """ zcml_file = settings.get('configure_zcml', 'configure.zcml') db_string = settings.get('db_string') |
