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

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


Update of /cvs-repository/Zope3/src/zope/exceptions
In directory cvs.zope.org:/tmp/cvs-serv5092/exceptions

Modified Files:
      Tag: NameGeddon-branch
	interfaces.py 
Log Message:
corrected interface Attribute imports

=== Zope3/src/zope/exceptions/interfaces.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/exceptions/interfaces.py:1.1.2.1	Mon Dec 23 14:32:49 2002
+++ Zope3/src/zope/exceptions/interfaces.py	Mon Dec 23 15:49:33 2002
@@ -17,8 +17,7 @@
 """
 
 
-from zope.interface import Interface
-from zope.interface.element import Attribute
+from zope.interface import Interface, Attribute
 
 class ITracebackSupplement(Interface):
     """Provides valuable information to supplement an exception traceback.