[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces -
__init__.py:1.14
Jim Fulton
jim at zope.com
Fri Aug 8 15:07:53 EDT 2003
Update of /cvs-repository/Zope3/src/zope/publisher/interfaces
In directory cvs.zope.org:/tmp/cvs-serv5377/src/zope/publisher/interfaces
Modified Files:
__init__.py
Log Message:
*Finally* renamed setViewSkin to setPresentationSkin.
=== Zope3/src/zope/publisher/interfaces/__init__.py 1.13 => 1.14 ===
--- Zope3/src/zope/publisher/interfaces/__init__.py:1.13 Mon Jun 9 12:39:15 2003
+++ Zope3/src/zope/publisher/interfaces/__init__.py Fri Aug 8 14:07:19 2003
@@ -320,7 +320,7 @@
"""Return the positional arguments given to the request.
"""
- def setViewSkin(skin):
+ def setPresentationSkin(skin):
"""Set the skin to be used for the request.
It's up to the publication object to decide this.
More information about the Zope3-Checkins
mailing list