Changeset 11993 for main/waeup.ikoba/branches/uli-payments/src/waeup
- Timestamp:
- 19 Nov 2014, 15:36:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/zcml.py
r11992 r11993 18 18 from zope.component.zcml import handler 19 19 from waeup.ikoba.interfaces import IDataCenterConfig, IPayPalConfig 20 20 21 21 22 def data_center_conf(context, path): … … 44 45 """ 45 46 context.action( 46 discriminator =('utility', IDataCenterConfig, ''),47 callable =handler,48 args =('registerUtility',49 {'path':path}, IDataCenterConfig, '')47 discriminator=('utility', IDataCenterConfig, ''), 48 callable=handler, 49 args=('registerUtility', 50 {'path': path}, IDataCenterConfig, '') 50 51 ) 51 52 … … 55 56 """ 56 57 context.action( 57 discriminator =('utility', IPayPalConfig, ''),58 callable =handler,59 args =(58 discriminator=('utility', IPayPalConfig, ''), 59 callable=handler, 60 args=( 60 61 'registerUtility', 61 62 {'path': path}, IPayPalConfig, '')
Note: See TracChangeset for help on using the changeset viewer.