[ZPT] CVS: Products/PageTemplates - ZopePageTemplate.py:1.21
Evan Simpson
evan@zope.com
Mon, 15 Oct 2001 10:37:33 -0400
Update of /cvs-repository/Products/PageTemplates
In directory cvs.zope.org:/tmp/cvs-serv1516
Modified Files:
ZopePageTemplate.py
Log Message:
=== Products/PageTemplates/ZopePageTemplate.py 1.20 => 1.21 ===
func_code = FuncCode((), 0)
- _default_bindings = {}
+ _default_bindings = {'name_subpath': 'traverse_subpath'}
_default_content_fn = os.path.join(package_home(globals()),
'www', 'default.html')