# HG changeset patch # User Sverre Rabbelier # Date 1227215899 0 # Node ID b0c623819b688938d47ef7a932d90fe33a31cf26 # Parent 561a438115eb52a5a867b7e1a85ab5a2451f0989 Split a too long line diff -r 561a438115eb -r b0c623819b68 app/soc/views/models/role.py --- a/app/soc/views/models/role.py Thu Nov 20 21:14:37 2008 +0000 +++ b/app/soc/views/models/role.py Thu Nov 20 21:18:19 2008 +0000 @@ -67,7 +67,8 @@ All views that only Role entities have are defined in this subclass. """ - DEF_INVITE_INSTRUCTION_TEXT = ugettext_lazy('Please use this form to invite someone to become a %(name)s.') + DEF_INVITE_INSTRUCTION_TEXT = ugettext_lazy( + 'Please use this form to invite someone to become a %(name)s.') def __init__(self, original_params=None): """