[Zope-dev] persistence

Mark McEahern marklists@mceahern.com
Thu, 28 Jun 2001 13:40:26 -0700


I'm a Zope and Python newbie and I'm trying to utilize Persistence, but I've
seen two different ways:

	import ZODB
	from Persistence import Persistent

vs.

	from Globals import Persistent

Are these different?  If so, which is "better"?  Please don't ask me to
define better.  ;-)

Thanks,

// mark