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
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )