Commit 61e05acc authored by Chris McDonough's avatar Chris McDonough

BadRequestException is relied upon by 3rd-party code (e.g. BTreeFolder2).

parent 10fff08a
......@@ -12,9 +12,9 @@
##############################################################################
__doc__="""Object Manager
$Id: ObjectManager.py,v 1.174 2004/03/31 22:41:13 shane Exp $"""
$Id: ObjectManager.py,v 1.175 2004/04/29 20:59:43 chrism Exp $"""
__version__='$Revision: 1.174 $'[11:-2]
__version__='$Revision: 1.175 $'[11:-2]
import App.Management, Acquisition, Globals, CopySupport, Products
import os, App.FactoryDispatcher, re, Products
......@@ -42,6 +42,9 @@ import sys,fnmatch,copy
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment