Gabriel Genellina wrote: > At Wednesday 17/1/2007 15:34, Dennis Lee Bieber wrote: > >> > is there an predefined empty base class >> > which I can instanziate to have an >> > container i can copy attributes in? >> >> I think that's a two-liner... >> >> >>> class EmptyBase(object): >> ... pass > > Do you want a one liner? > > class EmptyBase(object): pass > > :)
Isn't "predefined" a zero liner :-; -- http://mail.python.org/mailman/listinfo/python-list