[Zope-CVS] CVS: Products/AdaptableStorage - Zope2Mapper.py:1.9
Shane Hathaway
shane@zope.com
Thu, 6 Feb 2003 13:38:54 -0500
Update of /cvs-repository/Products/AdaptableStorage
In directory cvs.zope.org:/tmp/cvs-serv26320
Modified Files:
Zope2Mapper.py
Log Message:
Made .html the default extension for page templates and added .htm
=== Products/AdaptableStorage/Zope2Mapper.py 1.8 => 1.9 ===
--- Products/AdaptableStorage/Zope2Mapper.py:1.8 Thu Feb 6 12:55:24 2003
+++ Products/AdaptableStorage/Zope2Mapper.py Thu Feb 6 13:38:53 2003
@@ -97,7 +97,7 @@
s.addAspect('id', id_aspect)
s.addAspect('remainder', remainder_aspect)
classifier.register('Page Template', 'ZopePageTemplate', (
- '.pt', '.zpt', '.html'))
+ '.html', '.htm', '.zpt', '.pt'))
# dtml method mapper
m = root_mapper.addSubMapper('OFS.DTMLMethod.DTMLMethod')