[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG - GlobbingLexiconNG.py:1.1.2.5

Andreas Jung andreas@digicool.com
Thu, 10 Jan 2002 12:38:31 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG
In directory cvs.zope.org:/tmp/cvs-serv23072

Modified Files:
      Tag: ajung-textindexng-branch
	GlobbingLexiconNG.py 
Log Message:
bugfix


=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/GlobbingLexiconNG.py 1.1.2.4 => 1.1.2.5 ===
     eow = '$'
 
-    wc_set = [self.multi_wc, self.single_wc]
+    wc_set = [multi_wc, single_wc]
     glob_reg = re.compile('[\?\*]')