From 4a3a68da7707cdb3c1dfaf61a3fb8a29644d431d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 5 Jan 2010 19:38:23 +0000 Subject: Normalize. --- repoze/bfg/paster_templates/alchemy/+package+/run.py_tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'repoze/bfg/paster_templates/alchemy') 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') -- cgit v1.2.3