[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL - TALInterpreter.py:1.72
Stephan Richter
srichter@cbu.edu
Fri, 14 Jun 2002 10:42:49 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/TAL
In directory cvs.zope.org:/tmp/cvs-serv19169/lib/python/Zope/TAL
Modified Files:
TALInterpreter.py
Log Message:
Test whether we are in a new branch.
=== Zope3/lib/python/Zope/TAL/TALInterpreter.py 1.71 => 1.72 ===
from cgi import escape
-try:
- from cStringIO import StringIO
-except ImportError:
- from StringIO import StringIO
+# try:
+# from cStringIO import StringIO
+# except ImportError:
+from StringIO import StringIO
from TALDefs import quote, TAL_VERSION, TALError, METALError
from TALDefs import isCurrentVersion, getProgramVersion, getProgramMode