[Zope3-checkins] CVS: Zope3/src/zodb/storage - __init__.py:1.3.72.2
mapping.py:1.11.24.2
Fred L. Drake, Jr.
fred at zope.com
Thu Feb 19 13:11:30 EST 2004
Update of /cvs-repository/Zope3/src/zodb/storage
In directory cvs.zope.org:/tmp/cvs-serv18408
Added Files:
Tag: zope3-zodb3-devel-branch
__init__.py mapping.py
Log Message:
add MappingStorage to the zodb facade
=== Zope3/src/zodb/storage/__init__.py 1.3.72.1 => 1.3.72.2 ===
--- /dev/null Thu Feb 19 13:11:30 2004
+++ Zope3/src/zodb/storage/__init__.py Thu Feb 19 13:11:29 2004
@@ -0,0 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2004 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Keep the MappingStorage available."""
+
+from ZODB.MappingStorage import MappingStorage
=== Zope3/src/zodb/storage/mapping.py 1.11.24.1 => 1.11.24.2 ===
--- /dev/null Thu Feb 19 13:11:30 2004
+++ Zope3/src/zodb/storage/mapping.py Thu Feb 19 13:11:29 2004
@@ -0,0 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2004 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Keep the MappingStorage available."""
+
+from ZODB.MappingStorage import MappingStorage
More information about the Zope3-Checkins
mailing list