[Zope3-checkins] CVS: Zope3/src/zope/index/text - lexicon.py:1.2

Jeremy Hylton cvs-admin at zope.org
Mon Nov 3 23:04:54 EST 2003


Update of /cvs-repository/Zope3/src/zope/index/text
In directory cvs.zope.org:/tmp/cvs-serv28992/src/zope/index/text

Modified Files:
	lexicon.py 
Log Message:
Fix various import issues.

Some names where from imported twice.
Other imports were unused.
Often imports were in partly random order, making them harder to read.


=== Zope3/src/zope/index/text/lexicon.py 1.1 => 1.2 ===
--- Zope3/src/zope/index/text/lexicon.py:1.1	Sun Jul 13 23:53:41 2003
+++ Zope3/src/zope/index/text/lexicon.py	Mon Nov  3 23:04:23 2003
@@ -157,7 +157,6 @@
 
 class Splitter:
 
-    import re
     rx = re.compile(r"(?u)\w+")
     rxGlob = re.compile(r"(?u)\w+[\w*?]*") # See globToWordIds() above
 




More information about the Zope3-Checkins mailing list