[Zope3-checkins] CVS: Zope3/src/zope/schema/tests - test_tabcomplete.py:1.3 test_vocabulary.py:1.6
Jim Fulton
jim@zope.com
Tue, 3 Jun 2003 18:46:29 -0400
Update of /cvs-repository/Zope3/src/zope/schema/tests
In directory cvs.zope.org:/tmp/cvs-serv6144/src/zope/schema/tests
Modified Files:
test_tabcomplete.py test_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/tests/test_tabcomplete.py 1.2 => 1.3 ===
--- Zope3/src/zope/schema/tests/test_tabcomplete.py:1.2 Tue May 20 12:10:30 2003
+++ Zope3/src/zope/schema/tests/test_tabcomplete.py Tue Jun 3 18:46:28 2003
@@ -16,7 +16,6 @@
import unittest
-from zope.schema import vocabulary
from zope.schema.interfaces import ITerm
from zope.schema.tests import tabcomplete
=== Zope3/src/zope/schema/tests/test_vocabulary.py 1.5 => 1.6 ===
--- Zope3/src/zope/schema/tests/test_vocabulary.py:1.5 Fri May 30 17:46:47 2003
+++ Zope3/src/zope/schema/tests/test_vocabulary.py Tue Jun 3 18:46:28 2003
@@ -14,7 +14,6 @@
"""Test of the VocabularyField and related support APIs."""
-import sys
import unittest
from zope.interface.verify import verifyObject