[Zope3-checkins] CVS: Zope3/src/zope/interface/tests - test_advice.py:1.2

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


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

Modified Files:
	test_advice.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/interface/tests/test_advice.py 1.1 => 1.2 ===
--- Zope3/src/zope/interface/tests/test_advice.py:1.1	Tue Jun  3 15:52:39 2003
+++ Zope3/src/zope/interface/tests/test_advice.py	Tue Jun  3 18:46:26 2003
@@ -31,8 +31,6 @@
 from unittest import TestCase, makeSuite, TestSuite
 from zope.interface.advice import *
 import sys
-from types import InstanceType
-
 
 def ping(log, value):