30 Oct
2001
30 Oct
'01
10:14 p.m.
Markus Schaber writes:
Dieter Maurer wrote:
.... There you say that the class has to inherit from Acquisition.Implicit.
My class is defined with class zawiw(SimpleItem.SimpleItem):
This is defined as: class SimpleItem(Item, Globals.Persistent, Acquisition.Implicit, AccessControl.Role.RoleManager, ):
So my class indirectly inherits from Acquisition.Implicit, this should be sufficient.
Or am I wrong here? No, you are right! Apparently, a different problem...
You are sure that the namespace is intact where you try to call your constructors? Dieter