Ignore:
Timestamp:
19 Nov 2014, 15:36:52 (10 years ago)
Author:
uli
Message:

pep8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/zcml.py

    r11992 r11993  
    1818from zope.component.zcml import handler
    1919from waeup.ikoba.interfaces import IDataCenterConfig, IPayPalConfig
     20
    2021
    2122def data_center_conf(context, path):
     
    4445    """
    4546    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, '')
    5051        )
    5152
     
    5556    """
    5657    context.action(
    57         discriminator = ('utility', IPayPalConfig, ''),
    58         callable = handler,
    59         args = (
     58        discriminator=('utility', IPayPalConfig, ''),
     59        callable=handler,
     60        args=(
    6061            'registerUtility',
    6162            {'path': path}, IPayPalConfig, '')
Note: See TracChangeset for help on using the changeset viewer.