[ZPT] CVS: Packages/TAL - TALInterpreter.py:1.30

guido@digicool.com guido@digicool.com
Thu, 5 Apr 2001 21:00:17 -0400 (EDT)


Update of /cvs-repository/Packages/TAL
In directory korak:/tmp/cvs-serv4912

Modified Files:
	TALInterpreter.py 
Log Message:
Remove unused import of TALError.



--- Updated File TALInterpreter.py in package Packages/TAL --
--- TALInterpreter.py	2001/03/27 11:46:01	1.29
+++ TALInterpreter.py	2001/04/06 01:00:16	1.30
@@ -96,7 +96,7 @@
 except ImportError:
     from StringIO import StringIO
 
-from TALDefs import TALError, quote, TAL_VERSION
+from TALDefs import quote, TAL_VERSION
 from TALGenerator import TALGenerator
 
 BOOLEAN_HTML_ATTRS = [