[Zope-dev] Dont import from BoboPOS

Ty Sarna tsarna@endicor.com
10 Jun 1999 14:24:32 GMT


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?