[ZPT] CVS: Zope/lib/python/Products/PageTemplates - ZopePageTemplate.py:1.23
Brian Lloyd
brian@digicool.com
Wed, 17 Oct 2001 13:59:29 -0400
Update of /cvs-repository/Zope/lib/python/Products/PageTemplates
In directory cvs.zope.org:/tmp/cvs-serv4620
Modified Files:
ZopePageTemplate.py
Log Message:
Added __name__ to ZopePageTemplate constructor so it would show up in
the add list :)
=== Zope/lib/python/Products/PageTemplates/ZopePageTemplate.py 1.22 => 1.23 ===
# Product registration and Add support
manage_addPageTemplateForm = PageTemplateFile('www/ptAdd', globals())
+manage_addPageTemplateForm.__name__ = 'manage_addPageTemplateForm'
from urllib import quote