[Pkg-zope-developers] Re: zope-tinytableplus and zope2.{8,9}
Igor Stroh
igor at rulim.de
Thu Jun 8 10:51:16 UTC 2006
Jonas Meurer wrote:
> you uploaded zope-tinytableplus 0.9-14 with the following patch:
>
> --- zope-tinytableplus-0.9.orig/TinyTablePlus.py
> +++ zope-tinytableplus-0.9/TinyTablePlus.py
> @@ -39,7 +39,7 @@
>
> from Globals import HTMLFile, MessageDialog, Persistent
> from Shared.DC.ZRDB.Results import Results
> -from PersistentMapping import PersistentMapping
> +from persistence.mapping import PersistentMapping
> from DateTime import DateTime
> from App.Extensions import getBrain
> import OFS.ObjectManager, OFS.SimpleItem, Acquisition, AccessControl.Role
>
> you claimed, that this will make TinyTablePlus usable with zope2.8 and
> zope2.9. unfortunately this seems to be untrue. Neither
> PersistentMapping nor persistence.mapping exist in zope2.8 and zope2.9.
>
> it would be great, if we could find another fix to make TinyTablePlus
> work with zope2.8 and zope2.9, but obviously this one doesn't.
Sheesh, that's obviously a typo, s/persistence.mapping/persistent.mapping/,
though I can't imagine how this passed my tests, since I've had a working
tinytable and squishdot instance in my test-chroot...
Will fix it ASAP, thanks for pointing it out.
Cheers,
Igor
More information about the Pkg-zope-developers
mailing list