[Pkg-zope-developers] zope-tinytableplus and zope2.{8,9}
Jonas Meurer
jonas at freesources.org
Thu Jun 8 10:22:19 UTC 2006
Hello Igor,
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.
...
jonas
More information about the Pkg-zope-developers
mailing list