Last change
on this file since 17939 was
3824,
checked in by Henrik Bettermann, 16 years ago
|
implement configuration object (step 1)
Configuration file must be created with create_configuration_file.py
|
File size:
286 bytes
|
Rev | Line | |
---|
[3824] | 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.