[Zope-Checkins] SVN: Zope/trunk/lib/python/DocumentTemplate/__init__.py Since Globals is out, register the dtml-tree tag in DocumentTemplate.
Stefan H. Holek
stefan at epy.co.at
Sat Jan 17 17:08:04 EST 2009
Log message for revision 94813:
Since Globals is out, register the dtml-tree tag in DocumentTemplate.
Changed:
U Zope/trunk/lib/python/DocumentTemplate/__init__.py
-=-
Modified: Zope/trunk/lib/python/DocumentTemplate/__init__.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/__init__.py 2009-01-17 22:05:13 UTC (rev 94812)
+++ Zope/trunk/lib/python/DocumentTemplate/__init__.py 2009-01-17 22:08:04 UTC (rev 94813)
@@ -20,3 +20,6 @@
from DocumentTemplate.DT_String import String, File
from DocumentTemplate.DT_HTML import HTML, HTMLDefault, HTMLFile
+
+# Register the dtml-tree tag
+import TreeDisplay
More information about the Zope-Checkins
mailing list