[Zope3-checkins] CVS: Zope3/src/zope/app/schema - interfaces.py:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:08:46 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/schema
In directory cvs.zope.org:/tmp/cvs-serv27564/src/zope/app/schema
Modified Files:
interfaces.py
Log Message:
Moved interface field interfaces to zope.app.component.interfaces.
=== Zope3/src/zope/app/schema/interfaces.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/schema/interfaces.py:1.1 Tue Mar 9 19:57:56 2004
+++ Zope3/src/zope/app/schema/interfaces.py Sat Mar 13 18:08:41 2004
@@ -18,7 +18,7 @@
from zope.interface import Interface
from zope.interface.interfaces import IInterface
from zope.app.container.interfaces import IAdding
-from zope.app.interfaces.component import IInterfaceField
+from zope.app.component.interfaces import IInterfaceField
class ISchemaUtility(Interface):
pass
More information about the Zope3-Checkins
mailing list