"David" == David Hassalevris <bluepaul@earthlink.net> writes:
David> Hey John, SimpleItem imports the mods but the Item Class David> does not inherit from them. If I am wrong on this *sorry* David> lol. David> I referred to the Zope Bible and its example product class David> does this: David> ----------------------------------------------------------- >> From OFS.SimpleItem import Item From Globals import Persistent >> From Acuisition import Implict David> class helloClass(Item,Persistent, Implicit)
From the src code of SimpleItem.py
class SimpleItem(Item, Globals.Persistent, Acquisition.Implicit, AccessControl.Role.RoleManager, ): I think what you are saying is true for Item, but I am deriving from SimpleItem. If you have any more suggestions, I all ears.... JDH