[Zope-Checkins] CVS: Zope3/lib/python/Zope/PageTemplate - ZPT.py:1.1.2.2

Fred L. Drake, Jr. fdrake@acm.org
Mon, 4 Feb 2002 13:07:59 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/PageTemplate
In directory cvs.zope.org:/tmp/cvs-serv5194/PageTemplate

Modified Files:
      Tag: Zope-3x-branch
	ZPT.py 
Log Message:
Added a docstring for the Zope.PageTemplate.ZPT module.

=== Zope3/lib/python/Zope/PageTemplate/ZPT.py 1.1.2.1 => 1.1.2.2 ===
+"""Zope-specific version of PageTemplates.
+
+This ensures that the request namespace is set up and that names
+related to the containment hierarchy are properly handled.
 """
 
 from Zope.ContextWrapper.wrapper import getinnerwrapper