Ignore:
Timestamp:
18 Nov 2014, 11:37:28 (10 years ago)
Author:
Henrik Bettermann
Message:

pep8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/interfaces.py

    r11967 r11985  
    3030    contextual_reg_num_source, GenderSource, nats_vocab)
    3131
     32
    3233class ICustomersUtils(Interface):
    3334    """A collection of methods which are subject to customization.
    3435
    3536    """
     37
    3638
    3739class ICustomersContainer(IIkobaObject):
     
    8789
    8890        """
     91
    8992
    9093class ICustomer(IIkobaObject):
     
    173176        """
    174177
     178
    175179class ICustomerUpdateByRegNo(ICustomer):
    176180    """Representation of a customer. Skip regular reg_number validation.
     
    181185        required = False,
    182186        )
     187
    183188
    184189class ICSVCustomerExporter(ICSVExporter):
     
    198203        """
    199204
     205
    200206class ICustomerRequestPW(ICustomer):
    201207    """Representation of an customer for first-time password request.
     
    219225        constraint=validate_email,
    220226        )
    221 
Note: See TracChangeset for help on using the changeset viewer.