Ignore:
Timestamp:
Apr 20, 2011 8:20:36 AM (13 years ago)
Author:
zidane
Message:

fixes pep8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/events.py

    r1593 r3152  
    1010        implements(ITransitionEvent) 
    1111 
    12         def __init__(self, obj, workflow, old_state, new_state, transition, status, kwargs): 
     12        def __init__(self, obj, workflow, old_state, new_state, transition, \ 
     13                     status, kwargs): 
    1314            ObjectEvent.__init__(self, obj) 
    1415            self.workflow = workflow 
Note: See TracChangeset for help on using the changeset viewer.