Ignore:
Timestamp:
Jul 25, 2011 12:45:57 PM (13 years ago)
Author:
enkidu
Message:

fix pypep8 problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/trunk/quintagroup/plonecomments/utils.py

    r3119 r3255  
    5050 
    5151    actions = { 
    52         'onPublish':                    ('enable_approve_user_notification', 
    53                                          'enable_reply_user_notification', 
    54                                          'enable_published_notification',), 
    55         'onDelete':                     ('enable_rejected_user_notification',), 
    56         'onApprove':                    ('enable_approve_notification',), 
    57         'onAnonymousReportAbuse':       ('enable_anonymous_report_abuse',), 
    58         'onAuthenticatedReportAbuse':   ('enable_authenticated_report_abuse',), 
     52        'onPublish': ('enable_approve_user_notification', 
     53                      'enable_reply_user_notification', 
     54                      'enable_published_notification',), 
     55        'onDelete': ('enable_rejected_user_notification',), 
     56        'onApprove': ('enable_approve_notification',), 
     57        'onAnonymousReportAbuse': ('enable_anonymous_report_abuse',), 
     58        'onAuthenticatedReportAbuse': ('enable_authenticated_report_abuse',), 
    5959        } 
    6060 
Note: See TracChangeset for help on using the changeset viewer.