Re: [Freeipa-devel] [PATCH] 0303 Use correct super-calls in get_args() methods

2013-10-02 Thread Petr Viktorin
On 10/02/2013 04:00 PM, Nathaniel McCallum wrote: On Wed, 2013-10-02 at 15:49 +0200, Petr Viktorin wrote: As Nathaniel found while implementing OTP, weird super() calls in get_args make it difficult to customize the get_args behavior in LDAP CRUD methods. This patch makes the super() calls prop

Re: [Freeipa-devel] [PATCH] 0303 Use correct super-calls in get_args() methods

2013-10-02 Thread Nathaniel McCallum
On Wed, 2013-10-02 at 15:49 +0200, Petr Viktorin wrote: > As Nathaniel found while implementing OTP, weird super() calls in > get_args make it difficult to customize the get_args behavior in LDAP > CRUD methods. > > This patch makes the super() calls properly follow the inheritance chain. > >