remove unnecessary L10n comment
This commit is contained in:
Родитель
7064671499
Коммит
1efa91ea03
|
@ -28,7 +28,6 @@ paypal_log = commonware.log.getLogger('z.paypal')
|
|||
|
||||
def support_mail(title, template, sender, recipients):
|
||||
try:
|
||||
# L10n: %s is the app name.
|
||||
return send_mail(title, template, sender, recipients)
|
||||
except SMTPRecipientsRefused, e:
|
||||
log.error('Tried to send mail from %s to %s: %s' %
|
||||
|
|
Загрузка…
Ссылка в новой задаче