mixin class

Udo Gleich udo.gleich at web.de
Tue Jul 29 04:11:09 EDT 2003


> > mixed =  new.classobj("K1_K2", (K1, K1), {})

There is an error in the code. Obviously it should
read

mixed =  new.classobj("K1_K2", (K1, K2), {})
                                    --




More information about the Python-list mailing list