[Zope-Checkins] CVS: Zope/lib/python/App - config.py:1.4.2.7
Christian 'Tiran' Heimes
heimes at faho.rwth-aachen.de
Fri May 14 20:30:54 EDT 2004
Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv7026
Modified Files:
Tag: Zope-2_7-branch
config.py
Log Message:
set locale to default None to fix unit tests
=== Zope/lib/python/App/config.py 1.4.2.6 => 1.4.2.7 ===
--- Zope/lib/python/App/config.py:1.4.2.6 Fri May 14 10:54:51 2004
+++ Zope/lib/python/App/config.py Fri May 14 20:30:52 2004
@@ -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