[Zope-Checkins] SVN: Zope/trunk/lib/python/App/config.py set locale
to default None to fix unit tests
Christian 'Tiran' Heimes
heimes at faho.rwth-aachen.de
Fri May 14 20:31:18 EDT 2004
Log message for revision 24704:
set locale to default None to fix unit tests
-=-
Modified: Zope/trunk/lib/python/App/config.py
===================================================================
--- Zope/trunk/lib/python/App/config.py 2004-05-14 23:41:08 UTC (rev 24703)
+++ Zope/trunk/lib/python/App/config.py 2004-05-15 00:31:18 UTC (rev 24704)
@@ -86,6 +86,7 @@
self.dbtab = None
self.debug_mode = True
self.enable_product_installation = True
+ self.locale = None
# restructured text
default_enc = sys.getdefaultencoding()
More information about the Zope-Checkins
mailing list