[Zope3-checkins] CVS: Zope3/src/persistence - interfaces.py:1.1.2.2

Barry Warsaw barry@wooz.org
Mon, 23 Dec 2002 16:20:37 -0500


Update of /cvs-repository/Zope3/src/persistence
In directory cvs.zope.org:/tmp/cvs-serv9569

Modified Files:
      Tag: NameGeddon-branch
	interfaces.py 
Log Message:
Kill zope.interface.element


=== Zope3/src/persistence/interfaces.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/persistence/interfaces.py:1.1.2.1	Mon Dec 23 14:30:40 2002
+++ Zope3/src/persistence/interfaces.py	Mon Dec 23 16:20:37 2002
@@ -12,7 +12,7 @@
 # 
 ##############################################################################
 from zope.interface import Interface
-from zope.interface.element import Attribute
+from zope.interface import Attribute
 
 class IPersistent(Interface):
     """Python persistence interface