Closed eikichi18 closed 3 years ago
I've tried to fix tests but there are some Doctests inside package and they are no longer supported in python3.
@eikichi18 i put this in: https://github.com/collective/collective.transmogrifier/pull/22/commits/693426672bffdf8ca079e8b136956c1d1a41ff28
Thanks!
Hi,
I've substitute GlobalObject with DottedName for configuration file name in meta.zcml, it seems more correct to me, GlobalName search a module instead DottedName no. What do you think about it ?
I've also added some not implemented method like iter or len and some minor fix for python3.