[Zope-CVS] CVS: Products/ZCTextIndex/tests - mhindex.py:1.10

Guido van Rossum guido@python.org
Thu, 23 May 2002 09:17:08 -0400


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

Modified Files:
	mhindex.py 
Log Message:
Typo.


=== Products/ZCTextIndex/tests/mhindex.py 1.9 => 1.10 ===
             pack = int(a)
         if o == "-t":
-            trans = ont(a)
+            trans = int(a)
         if o == "-u":
             update = 1
         if o == "-w":