diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-05 19:38:23 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-05 19:38:23 +0000 |
| commit | 4a3a68da7707cdb3c1dfaf61a3fb8a29644d431d (patch) | |
| tree | 8fa6f443dc8c69f09471a7f0268b696178271b41 /repoze/bfg/paster_templates/zodb | |
| parent | 791a23ffbba7d22f2b66a04868f76fd97740d618 (diff) | |
| download | pyramid-4a3a68da7707cdb3c1dfaf61a3fb8a29644d431d.tar.gz pyramid-4a3a68da7707cdb3c1dfaf61a3fb8a29644d431d.tar.bz2 pyramid-4a3a68da7707cdb3c1dfaf61a3fb8a29644d431d.zip | |
Normalize.
Diffstat (limited to 'repoze/bfg/paster_templates/zodb')
| -rw-r--r-- | repoze/bfg/paster_templates/zodb/+package+/run.py_tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repoze/bfg/paster_templates/zodb/+package+/run.py_tmpl b/repoze/bfg/paster_templates/zodb/+package+/run.py_tmpl index 22e2048e0..c0a245089 100644 --- a/repoze/bfg/paster_templates/zodb/+package+/run.py_tmpl +++ b/repoze/bfg/paster_templates/zodb/+package+/run.py_tmpl @@ -3,9 +3,10 @@ from repoze.zodbconn.finder import PersistentApplicationFinder from {{package}}.models import appmaker def app(global_config, **settings): - """ This function returns a ``repoze.bfg`` WSGI application object. + """ 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``. """ zodb_uri = settings.get('zodb_uri') zcml_file = settings.get('configure_zcml', 'configure.zcml') |
