On Thu, 28 Jun 2001, Mark McEahern wrote:

> 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.  ;-)

If you're just using Zope, both are acceptable.  If you are just using
ZODB, use the first.

-Michel


_______________________________________________
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 )

Reply via email to