Ignore:
Timestamp:
Apr 14, 2011 6:31:43 PM (13 years ago)
Author:
kroman0
Message:

Pyflakes and pep8 fixes #7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/trunk/quintagroup/plonecomments/tests/helperNotify.py

    r3119 r3120  
    33######################################################### 
    44 
    5 ALL_PROPS = ['enable_approve_user_notification', 'enable_reply_user_notification', 
    6              'enable_rejected_user_notification','enable_moderation', 
    7              'require_email', 'enable_anonymous_commenting', 
    8              'enable_published_notification', 'enable_approve_notification'] 
     5ALL_PROPS = [ 
     6    'enable_approve_user_notification', 'enable_reply_user_notification', 
     7    'enable_rejected_user_notification', 'enable_moderation', 'require_email', 
     8    'enable_anonymous_commenting', 'enable_published_notification', 
     9    'enable_approve_notification', 
     10    ] 
     11 
    912 
    1013def setProperties(prop_sheet, *props): 
    1114    for p in ALL_PROPS: 
    1215        prop_sheet._updateProperty(p, p in props) 
     16 
    1317 
    1418def testMailExistance(sel): 
Note: See TracChangeset for help on using the changeset viewer.