[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces -
zapi.py:1.9.6.1
Jim Fulton
cvs-admin at zope.org
Sun Nov 9 11:08:50 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv15349/src/zope/app/interfaces
Modified Files:
Tag: adaptergeddon-branch
zapi.py
Log Message:
Created a global presentation service that replaces the
global view, resource, and skin services.
Now look up presentation components by adapting from a request type,
rather than adapting to a presentation type.
=== Zope3/src/zope/app/interfaces/zapi.py 1.9 => 1.9.6.1 ===
--- Zope3/src/zope/app/interfaces/zapi.py:1.9 Sun Sep 21 13:32:26 2003
+++ Zope3/src/zope/app/interfaces/zapi.py Sun Nov 9 11:08:20 2003
@@ -15,6 +15,7 @@
$Id$
"""
+from zope.interface import Attribute
from zope.component.interfaces import IComponentArchitecture
from zope.app.interfaces.traversing import ITraversalAPI
@@ -57,4 +58,4 @@
"""
-
+ servicenames = Attribute("Service Names")
More information about the Zope3-Checkins
mailing list