[Zope3-checkins] CVS: Zope3/src/zope/pagetemplate - pagetemplate.py:1.6 engine.py:NONE expressions.py:NONE pythonexpr.py:NONE tales.py:NONE

Matt Hamilton matth@netsight.co.uk
Mon, 14 Apr 2003 08:16:21 -0400


Update of /cvs-repository/Zope3/src/zope/pagetemplate
In directory cvs.zope.org:/tmp/cvs-serv8388/src/zope/pagetemplate

Modified Files:
	pagetemplate.py 
Removed Files:
	engine.py expressions.py pythonexpr.py tales.py 
Log Message:
Refactored TALES to move all of the TALES code out of the pagetemplate directory and into its own package.




=== Zope3/src/zope/pagetemplate/pagetemplate.py 1.5 => 1.6 ===
--- Zope3/src/zope/pagetemplate/pagetemplate.py:1.5	Thu Apr  3 11:18:37 2003
+++ Zope3/src/zope/pagetemplate/pagetemplate.py	Mon Apr 14 08:15:50 2003
@@ -24,7 +24,7 @@
 from zope.tal.htmltalparser import HTMLTALParser
 from zope.tal.talgenerator import TALGenerator
 from zope.tal.talinterpreter import TALInterpreter
-from zope.pagetemplate.engine import Engine
+from zope.tales.engine import Engine
 from zope.pagetemplate.interfaces import IMacrosAttribute
 # Don't use cStringIO here!  It's not unicode aware.
 from StringIO import StringIO

=== Removed File Zope3/src/zope/pagetemplate/engine.py ===

=== Removed File Zope3/src/zope/pagetemplate/expressions.py ===

=== Removed File Zope3/src/zope/pagetemplate/pythonexpr.py ===

=== Removed File Zope3/src/zope/pagetemplate/tales.py ===