Currently GenericSetup trunk no longer runs on Zope 2.10. If I try to
run the tests I get this:
File "/src/Products.GenericSetup/Products/GenericSetup/registry.py", line 23,
in ?
from App.class_init import InitializeClass
ImportError: cannot import name InitializeClass
I can see two solutions:
- add a BBB import to import from Globals
- from App.class_init import default__class_init__ as InitializeClass
Does anyone have preferences?
Wichert.
--
Wichert Akkerman <[email protected]> It is simple to make things.
http://www.wiggy.net/ It is hard to make things simple.
_______________________________________________
Zope-CMF maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cmf
See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests