[PATCH 2/9] Add a ContainerDevice class to consolidate member management code.

David Lehman dlehman at redhat.com
Fri Mar 21 15:04:35 UTC 2014


On Fri, 2014-03-21 at 08:36 +0100, Vratislav Podzimek wrote:
> >      def __repr__(self):
> > -        s = DMDevice.__repr__(self)
> > +        s = ContainerDevice.__repr__(self)
> This should probably use super(). 

Fixed.

> 




More information about the anaconda-patches mailing list