[Zope-CVS] CVS: Products/ZCTextIndex/tests - queryhtml.py:1.2

Tim Peters tim.one@comcast.net
Thu, 16 May 2002 00:29:48 -0400


Update of /cvs-repository/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv9603/tests

Modified Files:
	queryhtml.py 
Log Message:
Whitespace normalization.


=== Products/ZCTextIndex/tests/queryhtml.py 1.1 => 1.2 ===
     import sys
     import getopt
-    
+
     VERBOSE = 0
     FSPATH = "Data.fs"
 
@@ -69,4 +69,3 @@
     cn = db.open()
     rt = cn.root()
     main(rt)
-