[Zope3-checkins] SVN: Zope3/trunk/src/ Got rid of pythonlib.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri May 14 16:16:51 EDT 2004
Log message for revision 24686:
Got rid of pythonlib.
-=-
Modified: Zope3/trunk/src/zope/i18n/gettextmessagecatalog.py
===================================================================
--- Zope3/trunk/src/zope/i18n/gettextmessagecatalog.py 2004-05-14 20:13:34 UTC (rev 24685)
+++ Zope3/trunk/src/zope/i18n/gettextmessagecatalog.py 2004-05-14 20:16:50 UTC (rev 24686)
@@ -15,8 +15,7 @@
$Id: gettextmessagecatalog.py,v 1.12 2004/03/08 23:35:59 srichter Exp $
"""
-
-from pythonlib.gettext import GNUTranslations
+from gettext import GNUTranslations
from zope.i18n.interfaces import IGlobalMessageCatalog
from zope.interface import implements
More information about the Zope3-Checkins
mailing list