provide short-hand syntax for config with repeated entries for one section
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2059 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
465c8a963f
commit
5473d625c9
1 changed files with 2 additions and 1 deletions
|
@ -123,6 +123,7 @@ The simplified syntax
|
||||||
... crawl[1](
|
... crawl[1](
|
||||||
... type='outlook',
|
... type='outlook',
|
||||||
... folder='inbox',
|
... folder='inbox',
|
||||||
|
... )
|
||||||
... ''')
|
... ''')
|
||||||
>>> print config.ui.web.port
|
>>> print config.ui.web.port
|
||||||
11080
|
11080
|
||||||
|
|
Loading…
Add table
Reference in a new issue