provide short-hand syntax for config with repeated entries for one section

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2058 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-09-19 07:26:31 +00:00
parent 9d888cefe8
commit 465c8a963f

View file

@ -119,7 +119,11 @@ The simplified syntax
... ui(
... web(
... port=11080,
... ))''')
... ))
... crawl[1](
... type='outlook',
... folder='inbox',
...''')
>>> print config.ui.web.port
11080