[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/queryparser - queryparser.py:1.1.2.9
Andreas Jung
andreas@digicool.com
Thu, 7 Feb 2002 15:42:23 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/queryparser
In directory cvs.zope.org:/tmp/cvs-serv31727
Modified Files:
Tag: ajung-textindexng-branch
queryparser.py
Log Message:
removed debug output
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/queryparser/queryparser.py 1.1.2.8 => 1.1.2.9 ===
def DeclareTerminals(self):
- print 'a'
self.TextIndexG.Addterm("openp", self.OPENPREGEX, self.addOpenParens)
self.TextIndexG.Addterm("closep", self.CLOSEPREGEX, self.addCloseParens)
self.TextIndexG.Addterm("and", self.ANDREGEX, self.addOp)