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/starter/+package+/run.py_tmpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'repoze/bfg/paster_templates/starter') diff --git a/repoze/bfg/paster_templates/starter/+package+/run.py_tmpl b/repoze/bfg/paster_templates/starter/+package+/run.py_tmpl index 4505ed001..74876f3f4 100644 --- a/repoze/bfg/paster_templates/starter/+package+/run.py_tmpl +++ b/repoze/bfg/paster_templates/starter/+package+/run.py_tmpl @@ -2,9 +2,11 @@ from repoze.bfg.configuration import Configurator from {{package}}.models import get_root def app(global_config, **settings): - """ This function returns a ``repoze.bfg`` application object. It - is usually called by the PasteDeploy framework during ``paster - serve``""" + """ This function returns a WSGI application. + + It is usually called by the PasteDeploy framework during + ``paster serve``. + """ zcml_file = settings.get('configure_zcml', 'configure.zcml') config = Configurator(root_factory=get_root, settings=settings) config.begin() -- cgit v1.2.3