[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - interfaces.py:1.5

Steve Alexander steve@cat-box.net
Thu, 9 Jan 2003 12:29:16 -0500


Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv16296/src/zope/app/interfaces/services

Modified Files:
	interfaces.py 
Log Message:
Renamed ComponentLocation field to ComponentPath field in preparation
for a true ComponentLocation field.


=== Zope3/src/zope/app/interfaces/services/interfaces.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/interfaces/services/interfaces.py:1.4	Tue Jan  7 14:50:26 2003
+++ Zope3/src/zope/app/interfaces/services/interfaces.py	Thu Jan  9 12:28:43 2003
@@ -20,7 +20,7 @@
 from zope.app.component.interfacefield import InterfaceField
 from zope.schema import BytesLine, TextLine, Text
 from zope.interface import Interface
-from zope.app.services.field import ComponentLocation
+from zope.app.services.field import ComponentPath
 from zope.component.interfaces import IPresentation
 
 class IAdapterConfigurationInfo(Interface):
@@ -140,7 +140,7 @@
         min_length = 1,
         )
 
-    template = ComponentLocation(
+    template = ComponentPath(
         title = u"Page template",
         required = False,
         readonly = True,