[Zope3-checkins] CVS: Zope3/src/zope/exceptions/tests - test_exceptionformatter.py:1.3

Martijn Faassen m.faassen@vet.uu.nl
Thu, 1 May 2003 15:36:12 -0400


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

Modified Files:
	test_exceptionformatter.py 
Log Message:
Importgeddon part the second. Removed unused imports throughout the
source tree. This should have taken care of most unused imports
in Zope 3. :)


=== Zope3/src/zope/exceptions/tests/test_exceptionformatter.py 1.2 => 1.3 ===
--- Zope3/src/zope/exceptions/tests/test_exceptionformatter.py:1.2	Wed Dec 25 09:13:39 2002
+++ Zope3/src/zope/exceptions/tests/test_exceptionformatter.py	Thu May  1 15:35:41 2003
@@ -18,7 +18,7 @@
 $Id$
 """
 
-from unittest import TestCase, TestSuite, main, makeSuite
+from unittest import TestCase, main, makeSuite
 from zope.testing.cleanup import CleanUp # Base class w registry cleanup
 
 import sys