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

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


Update of /cvs-repository/Zope3/src/zope/server/interfaces
In directory cvs.zope.org:/tmp/cvs-serv4990/server/interfaces

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

=== Zope3/src/zope/server/interfaces/interfaces.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/server/interfaces/interfaces.py:1.1.2.1	Mon Dec 23 14:33:22 2002
+++ Zope3/src/zope/server/interfaces/interfaces.py	Mon Dec 23 15:49:24 2002
@@ -353,8 +353,7 @@
 # FOR A PARTICULAR PURPOSE.
 
 
-from zope.interface import Interface
-from zope.interface.element import Attribute
+from zope.interface import Interface, Attribute
 
 class IStreamConsumer (Interface):
     """Consumes a data stream until reaching a completion point.
@@ -374,8 +373,7 @@
 $Id$
 """
 
-from zope.interface import Interface
-from zope.interface.element import Attribute
+from zope.interface import Interface, Attribute
 
 
 class IServer(Interface):
@@ -434,8 +432,7 @@
 $Id$
 """
 
-from zope.interface import Interface
-from zope.interface.element import Attribute
+from zope.interface import Interface, Attribute
 
 class IServerChannel(Interface):
     """