[Zope3-checkins] CVS: Zope3/src/zope/interface - __init__.py:1.1.2.2

Jim Fulton jim@zope.com
Mon, 23 Dec 2002 15:04:47 -0500


Update of /cvs-repository/Zope3/src/zope/interface
In directory cvs.zope.org:/tmp/cvs-serv30727

Modified Files:
      Tag: NameGeddon-branch
	__init__.py 
Log Message:
Changed the way you import Attribute. Now from zope.interface import Attribute

=== Zope3/src/zope/interface/__init__.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/interface/__init__.py:1.1.2.1	Mon Dec 23 14:32:54 2002
+++ Zope3/src/zope/interface/__init__.py	Mon Dec 23 15:04:47 2002
@@ -73,3 +73,4 @@
 _wire()
 del _wire
 
+from zope.interface.interface import Attribute