[Zope3-checkins]
SVN: Zope3/trunk/src/zope/component/servicenames.py
Remove 'Presentation' from the list of available service names.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Sep 17 12:16:52 EDT 2004
Log message for revision 27604:
Remove 'Presentation' from the list of available service names.
D src/zope/component/tests/test_presentation.py
D src/zope/component/presentation.py
M src/zope/component/tests/placelesssetup.py
The presentation service is gone.
Changed:
U Zope3/trunk/src/zope/component/servicenames.py
-=-
Modified: Zope3/trunk/src/zope/component/servicenames.py
===================================================================
--- Zope3/trunk/src/zope/component/servicenames.py 2004-09-17 16:16:50 UTC (rev 27603)
+++ Zope3/trunk/src/zope/component/servicenames.py 2004-09-17 16:16:51 UTC (rev 27604)
@@ -15,8 +15,6 @@
$Id$
"""
-
Adapters = 'Adapters'
Utilities = 'Utilities'
-Presentation = 'Presentation'
Services = 'Services'
More information about the Zope3-Checkins
mailing list