[Zope3-checkins] SVN: Zope3/branches/isarsprint-dav-work/src/zope/app/dav/interfaces.py Hmm, forgot to check in this change earlier; the interface in question has

Martijn Pieters mj at zopatista.com
Mon Oct 11 19:14:07 EDT 2004


Log message for revision 27978:
  Hmm, forgot to check in this change earlier; the interface in question has
  moved out of the public API.
  


Changed:
  U   Zope3/branches/isarsprint-dav-work/src/zope/app/dav/interfaces.py


-=-
Modified: Zope3/branches/isarsprint-dav-work/src/zope/app/dav/interfaces.py
===================================================================
--- Zope3/branches/isarsprint-dav-work/src/zope/app/dav/interfaces.py	2004-10-11 13:45:42 UTC (rev 27977)
+++ Zope3/branches/isarsprint-dav-work/src/zope/app/dav/interfaces.py	2004-10-11 23:14:06 UTC (rev 27978)
@@ -18,7 +18,6 @@
 __docformat__ = 'restructuredtext'
 
 from zope.interface import Interface
-from zope.interface.common.mapping import IMapping
 from zope.schema import Text
 from zope.app.form.interfaces import IWidget
 
@@ -203,16 +202,3 @@
 
 class ISequenceDAVWidget(IDAVWidget):
     """A DAV widget for sequences."""
-
-
-class IDAVOpaqueNamespaces(IMapping):
-    """Opaque storage for non-registered DAV namespace properties.
-
-    Any unknown (no interface registered) DAV properties are stored opaquely
-    keyed on their namespace URI, so we can return them later when requested.
-    Thus this is a mapping of a mapping. 
-
-    Property values themselves consist of an attributes structure and the 
-    actual opaque value, of the form (((attr1, val1), (attr2, val2)), value) 
-    
-    """



More information about the Zope3-Checkins mailing list