[Zope3-checkins] CVS: Zope3/src/zope/app/i18n/tests - testi18ndirectives.py:1.3

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


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

Modified Files:
	testi18ndirectives.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/i18n/tests/testi18ndirectives.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/i18n/tests/testi18ndirectives.py:1.2	Wed Dec 25 09:12:53 2002
+++ Zope3/src/zope/app/i18n/tests/testi18ndirectives.py	Thu May  1 15:35:18 2003
@@ -22,7 +22,6 @@
 
 from zope.component.tests.placelesssetup import PlacelessSetup
 from zope.configuration.xmlconfig import xmlconfig, Context, XMLConfig
-from zope.configuration.exceptions import ConfigurationError
 
 import zope.app.i18n
 import zope.i18n.tests