[Zope3-checkins] CVS: Zope3/src/zope/i18n - negotiator.py:1.5 rm_dtd.py:1.2

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


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

Modified Files:
	negotiator.py rm_dtd.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/i18n/negotiator.py 1.4 => 1.5 ===
--- Zope3/src/zope/i18n/negotiator.py:1.4	Fri Apr 11 08:47:42 2003
+++ Zope3/src/zope/i18n/negotiator.py	Thu May  1 15:35:42 2003
@@ -18,7 +18,6 @@
 
 from zope.i18n.interfaces import INegotiator
 from zope.i18n.interfaces import IUserPreferredLanguages
-from zope.i18n.interfaces import ILanguageAvailability
 from zope.component import getAdapter
 
 class Negotiator:


=== Zope3/src/zope/i18n/rm_dtd.py 1.1 => 1.2 ===
--- Zope3/src/zope/i18n/rm_dtd.py:1.1	Thu Jan  9 14:19:39 2003
+++ Zope3/src/zope/i18n/rm_dtd.py	Thu May  1 15:35:42 2003
@@ -15,7 +15,7 @@
 
 $Id$
 """
-import os, re
+import os
 from zope import i18n
 
 locale_dir = os.path.join(os.path.dirname(i18n.__file__), 'locales')