[Zope-CMF] GenericSetup Zope support
Wichert Akkerman
wichert at wiggy.net
Thu Mar 5 06:19:11 EST 2009
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 <wichert at wiggy.net> It is simple to make things.
http://www.wiggy.net/ It is hard to make things simple.
More information about the Zope-CMF
mailing list