On Dec 5, 2008, at 8:05 AM, Lisandro Dalcin wrote: > I'm doing this: > > # newmodule.pyx > from package.module import Class > from package.module cimport Class > > but then Class in not put in the newmodule's dict. > > Is this expected?
I'm not surprised, but I think this should work. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
