source: WAeUP_SRP/trunk/skins/waeup_default/getConfigParams.py

Last change on this file 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
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"""
11return configuration parameters
12"""
13
14params = context.waeup_tool.getConfigParams()
15
16return params
Note: See TracBrowser for help on using the repository browser.