[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - vocabularywidget.py:1.31
Jim Fulton
jim@zope.com
Tue, 3 Jun 2003 18:46:46 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv6144/src/zope/app/browser/form
Modified Files:
vocabularywidget.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/app/browser/form/vocabularywidget.py 1.30 => 1.31 ===
--- Zope3/src/zope/app/browser/form/vocabularywidget.py:1.30 Tue Jun 3 15:25:15 2003
+++ Zope3/src/zope/app/browser/form/vocabularywidget.py Tue Jun 3 18:46:15 2003
@@ -30,7 +30,6 @@
from zope.component import getView
from zope.schema.interfaces import IIterableVocabulary, IVocabularyQuery
from zope.schema.interfaces import IIterableVocabularyQuery
-from zope.schema.interfaces import IVocabularyTokenized
from zope.schema.interfaces import ValidationError