[Zope3-checkins] CVS: Zope3/src/zope/app - zapi.py:1.11.6.1
Jim Fulton
cvs-admin at zope.org
Sun Nov 9 11:09:03 EST 2003
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv15349/src/zope/app
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/zapi.py 1.11 => 1.11.6.1 ===
--- Zope3/src/zope/app/zapi.py:1.11 Sun Sep 21 13:30:15 2003
+++ Zope3/src/zope/app/zapi.py Sun Nov 9 11:08:00 2003
@@ -20,6 +20,7 @@
from zope.app.interfaces.zapi import IZAPI
from zope.interface import moduleProvides
+from zope.app.services import servicenames
moduleProvides(IZAPI)
__all__ = tuple(IZAPI)
More information about the Zope3-Checkins
mailing list