[Zope-Checkins] CVS: Zope/lib/python/OFS - ObjectManager.py:1.175
Chris McDonough
chrism at plope.com
Thu Apr 29 16:59:44 EDT 2004
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv20480
Modified Files:
ObjectManager.py
Log Message:
BadRequestException is relied upon by 3rd-party code (e.g. BTreeFolder2).
=== Zope/lib/python/OFS/ObjectManager.py 1.174 => 1.175 ===
--- Zope/lib/python/OFS/ObjectManager.py:1.174 Wed Mar 31 17:41:13 2004
+++ Zope/lib/python/OFS/ObjectManager.py Thu Apr 29 16:59:43 2004
@@ -42,6 +42,9 @@
from cgi import escape
from types import StringType, UnicodeType
+# the name BadRequestException is relied upon by 3rd-party code
+BadRequestException = BadRequest
+
import XMLExportImport
customImporters={
XMLExportImport.magic: XMLExportImport.importXML,
More information about the Zope-Checkins
mailing list