[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/SQLScript - DT_SQLTest.py:1.2

Jeremy Hylton jeremy@zope.com
Wed, 17 Jul 2002 18:59:16 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/SQLScript
In directory cvs.zope.org:/tmp/cvs-serv2407/Zope/App/OFS/Content/SQLScript

Modified Files:
	DT_SQLTest.py 
Log Message:
Make sure StringType is defined.
Add test to make sure this code works.



=== Zope3/lib/python/Zope/App/OFS/Content/SQLScript/DT_SQLTest.py 1.1 => 1.2 ===
 """
 import sys
 from Zope.DocumentTemplate.DT_Util import ParseError, parse_params, name_param
-from types import ListType, TupleType, StringTypes
+from types import ListType, TupleType, StringTypes, StringType
 
 
 class SQLTest: