[Zope3-checkins] CVS: Zope3/src/zope/app/services/translation/tests - test_translationservice.py:1.10
Martijn Faassen
m.faassen@vet.uu.nl
Thu, 1 May 2003 15:36:07 -0400
Update of /cvs-repository/Zope3/src/zope/app/services/translation/tests
In directory cvs.zope.org:/tmp/cvs-serv30407/zope/app/services/translation/tests
Modified Files:
test_translationservice.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/app/services/translation/tests/test_translationservice.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/services/translation/tests/test_translationservice.py:1.9 Thu Apr 17 16:05:12 2003
+++ Zope3/src/zope/app/services/translation/tests/test_translationservice.py Thu May 1 15:35:36 2003
@@ -15,7 +15,7 @@
$Id$
"""
-import sys
+
import unittest
from zope.interface.verify import verifyObject