[Zope3-checkins] CVS: Zope3/src/zope/i18n -
gettextmessagecatalog.py:1.10
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Aug 13 00:59:57 EDT 2003
Update of /cvs-repository/Zope3/src/zope/i18n
In directory cvs.zope.org:/tmp/cvs-serv1478/src/zope/i18n
Modified Files:
gettextmessagecatalog.py
Log Message:
gotcha, here is another fix for test breakages of your checkin. So you see,
running the tests is really important.
=== Zope3/src/zope/i18n/gettextmessagecatalog.py 1.9 => 1.10 ===
--- Zope3/src/zope/i18n/gettextmessagecatalog.py:1.9 Tue Aug 12 15:11:11 2003
+++ Zope3/src/zope/i18n/gettextmessagecatalog.py Tue Aug 12 23:59:54 2003
@@ -37,6 +37,7 @@
self._domain = domain
self._path_to_file = path_to_file
self.reload()
+ self._catalog.add_fallback(_KeyErrorRaisingFallback())
def reload(self):
'See IMessageCatalog'
More information about the Zope3-Checkins
mailing list