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

Pyflakes and pep8 fixes #5

File:
1 edited

Legend:

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

    r3117 r3118  
    201201                    'organization_name': organization_name} 
    202202            subject = translate(_(u"approve_notification_subject", 
    203                 default=u"[${organization_name}] New comment awaits moderation", 
     203                default=u"[${organization_name}] New comment awaits " 
     204                        u"moderation", 
    204205                mapping={u"organization_name": organization_name}), 
    205206                context=context.REQUEST) 
     
    247248        except (smtplib.SMTPRecipientsRefused, smtplib.SMTPServerDisconnected): 
    248249            setStatusMsg(None, context, 
    249                 _('Could not send the email notification. Have you configured an email server for Plone?')) 
     250                _('Could not send the email notification. ' 
     251                  'Have you configured an email server for Plone?')) 
    250252 
    251253def setStatusMsg(state, context, msg): 
Note: See TracChangeset for help on using the changeset viewer.