Ignore:
Timestamp:
15 Jan 2015, 13:02:40 (10 years ago)
Author:
uli
Message:

pep8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/app.py

    r12475 r12476  
    3232from waeup.kofa.configuration import ConfigurationContainer
    3333
     34
    3435class University(grok.Application, grok.Container, Logger):
    3536    """A university.
     
    4041    # initialized, when a new instance of this app is created.
    4142    grok.local_utility(
    42         PluggableAuthentication, provides = IAuthentication,
    43         setup = setup_authentication,)
     43        PluggableAuthentication, provides=IAuthentication,
     44        setup=setup_authentication,)
    4445
    4546    def __init__(self, *args, **kw):
     
    8687attrs_to_fields(University)
    8788
     89
    8890class ObjectUpgradeEvent(ObjectEvent):
    8991    """An event fired, when datacenter storage moves.
    9092    """
    9193    grok.implements(IObjectUpgradeEvent)
     94
    9295
    9396@grok.subscribe(University, grok.IObjectAddedEvent)
Note: See TracChangeset for help on using the changeset viewer.