On 09/04/13 17:38 +0000, [email protected] wrote:
> Reviewers: ,
> 
> 
> 
> Please review this at http://codereview.tryton.org/779004/
> 
> Affected files:
>   M work.py
> 
> 
> Index: work.py
> ===================================================================
> 
> --- a/work.py
> +++ b/work.py
> @@ -109,10 +109,10 @@
>          cls._order.insert(0, ('sequence', 'ASC'))
>          cls._error_messages.update({
>                  'invalid_parent_state': ('Work "%(child)s" can not
> be opened '
> -                    'because its parent work "%(parent)s" is
> already done."'),
> +                    'because its parent work "%(parent)s" is
> already done.'),
>                  'invalid_children_state': ('Work "%(parent)s" can not be '
>                      'done because its child work "%(child)s" is still '
> -                    'opened."'),
> +                    'opened.'),
>                  })
> 
>      @classmethod


I think it doesn't deserve to break the rules.
So let postpone it for after the release.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/

Attachment: pgpFSKZ2Qylmy.pgp
Description: PGP signature

Reply via email to