Re: [Pyobjc-dev] another odd problem
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-08-09 22:05:48
|
That was easier than I expected. This is fixed in CVS, as a quick workaround you can make the mixin-class a new-style class (subclass from object). I hadn't accounted for old-style classes when searching for attributes. Sorry about sending you through the awfull bugtracking interface at SF :-( Ronald |