[Zope3-checkins] CVS: Zope3/src/zope/schema - vocabulary.py:1.11

Jim Fulton jim@zope.com
Tue, 3 Jun 2003 18:46:58 -0400


Update of /cvs-repository/Zope3/src/zope/schema
In directory cvs.zope.org:/tmp/cvs-serv6144/src/zope/schema

Modified Files:
	vocabulary.py 
Log Message:
After cleaning up placefull test setup (see earlier checkins)
cleaned up unneeded imports in test modules (and some other modules)
based on the results of running Martijn Faassen's importchecker tool.


=== Zope3/src/zope/schema/vocabulary.py 1.10 => 1.11 ===
--- Zope3/src/zope/schema/vocabulary.py:1.10	Tue Jun  3 15:59:32 2003
+++ Zope3/src/zope/schema/vocabulary.py	Tue Jun  3 18:46:28 2003
@@ -25,7 +25,7 @@
 from zope.schema.interfaces import IVocabulary, IVocabularyTokenized
 from zope.schema.interfaces import ITokenizedTerm
 from zope.interface.declarations import directlyProvides, implements
-from zope.schema import MinMaxLen, TextLine
+from zope.schema import MinMaxLen
 
 try:
     basestring  # new in Python 2.3