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":