[Zope3-checkins] CVS: Zope3/src/zope/xmlpickle/tests - test_xmlpickle.py:1.4
Martijn Faassen
m.faassen@vet.uu.nl
Thu, 1 May 2003 15:35:53 -0400
Update of /cvs-repository/Zope3/src/zope/xmlpickle/tests
In directory cvs.zope.org:/tmp/cvs-serv30407/zope/xmlpickle/tests
Modified Files:
test_xmlpickle.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/xmlpickle/tests/test_xmlpickle.py 1.3 => 1.4 ===
--- Zope3/src/zope/xmlpickle/tests/test_xmlpickle.py:1.3 Wed Apr 16 18:12:40 2003
+++ Zope3/src/zope/xmlpickle/tests/test_xmlpickle.py Thu May 1 15:35:52 2003
@@ -16,7 +16,7 @@
$Id$
"""
-from unittest import TestCase, TestSuite, main, makeSuite
+from unittest import TestCase, main, makeSuite
from zope.xmlpickle.xmlpickle import dumps, loads