[Bitbake-dev] [PATCH 1/1] lib: remove use of 'sets' to make Python 2.6 happy
Marcin Juszkiewicz
marcin at juszkiewicz.com.pl
Wed Apr 22 10:56:07 CEST 2009
Dnia wtorek, 21 kwietnia 2009 o 21:30:32 Krzysztof Kotlenga napisał(a):
> Marcin Juszkiewicz wrote:
> > def iterkeys(cls):
> > - raise TypeError("sets don't have keys")
> > + raise TypeError("set don't have keys")
> >
> > def iteritems(cls):
> > - raise TypeError("sets don't have 'items'")
> > + raise TypeError("set don't have 'items'")
>
> This doesn't sound right...
Chris found that too and I fixed that before commiting.
Regards,
--
JID: hrw at jabber.org
Website: http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz
More information about the bitbake-devel
mailing list