[Zope3-checkins] CVS: Zope3/src/zodb/storage - interfaces.py:1.3
Jeremy Hylton
jeremy@zope.com
Tue, 4 Feb 2003 10:45:29 -0500
Update of /cvs-repository/Zope3/src/zodb/storage
In directory cvs.zope.org:/tmp/cvs-serv27616
Modified Files:
interfaces.py
Log Message:
The missing checkin: Import Attribute.
=== Zope3/src/zodb/storage/interfaces.py 1.2 => 1.3 ===
--- Zope3/src/zodb/storage/interfaces.py:1.2 Mon Feb 3 18:05:05 2003
+++ Zope3/src/zodb/storage/interfaces.py Tue Feb 4 10:45:26 2003
@@ -16,7 +16,7 @@
$Id$
"""
-from zope.interface import Interface
+from zope.interface import Interface, Attribute
__all__ = ["IStorage",
"IUndoStorage",