source:
WAeUP_SRP/trunk/skins/waeup_default/getConfigParams.py
@
16153
Last change on this file since 16153 was 3824, checked in by , 16 years ago | |
---|---|
File size: 286 bytes |
Line | |
---|---|
1 | ## Script (Python) "getConfigParams" |
2 | ##bind container=container |
3 | ##bind context=context |
4 | ##bind namespace= |
5 | ##bind script=script |
6 | ##bind subpath=traverse_subpath |
7 | ##parameters= |
8 | ##title= |
9 | ## |
10 | """ |
11 | return configuration parameters |
12 | """ |
13 | |
14 | params = context.waeup_tool.getConfigParams() |
15 | |
16 | return params |
Note: See TracBrowser for help on using the repository browser.