[Zope-dev] Dont import from BoboPOS
Michel Pelletier
michel@digicool.com
Thu, 10 Jun 1999 10:58:39 -0400
> -----Original Message-----
> From: tsarna@endicor.com [mailto:tsarna@endicor.com]
> Sent: Thursday, June 10, 1999 10:25 AM
> To: zope-dev@zope.org
> Subject: Re: [Zope-dev] Dont import from BoboPOS
>
>
> In article
> <613145F79272D211914B0020AFF640191BF14C@gandalf.digicool.com>,
> Michel Pelletier <michel@digicool.com> wrote:
> > A word of warning, don't import thing from BoboPOS, they
> won't work with
> > ZODB3. So, instead of:
> >
> > from BoboPOS import PersistentMapping
> >
> > do
> >
> > from Persistence import PersistentMapping
>
> That's what TinyTable used to do, but then Persistence disappeared. Is
> it back now?
In full effect. I'm not sure about it's disappearance, I thought it was
created (back in the day) to solve the upcomming problem of switching
databases.
-Michel
>
> _______________________________________________
> Zope-Dev maillist - Zope-Dev@zope.org
> http://www.zope.org/mailman/listinfo/zope-dev
>
> (For non-developer, user-level issues, use the companion list,
> zope@zope.org, http://www.zope.org/mailman/listinfo/zope )
>