[Zope3-checkins] CVS: Zope3/src/zope/app/component - interfacefield.py:1.13

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:09:11 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/component
In directory cvs.zope.org:/tmp/cvs-serv27564/src/zope/app/component

Modified Files:
	interfacefield.py 
Log Message:
Moved interface field interfaces to zope.app.component.interfaces.


=== Zope3/src/zope/app/component/interfacefield.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/component/interfacefield.py:1.12	Fri Mar  5 17:08:58 2004
+++ Zope3/src/zope/app/component/interfacefield.py	Sat Mar 13 18:08:40 2004
@@ -14,12 +14,11 @@
 """
 $Id$
 """
-
 from zope.schema import Enumerated, Field, Tuple
 from zope.interface import Interface, implements
 from zope.interface.interfaces import IInterface
 from zope.schema.interfaces import ValidationError
-from zope.app.interfaces.component import IInterfaceField, IInterfacesField
+from interfaces import IInterfaceField, IInterfacesField
 
 class InterfaceField(Enumerated, Field):
     __doc__ = IInterfaceField.__doc__




More information about the Zope3-Checkins mailing list