Commit 8cbf6028 authored by Chris McDonough's avatar Chris McDonough

ObjectManager now inherits from Traversable - merge into trunk.

parent e297f298
...@@ -84,12 +84,13 @@ ...@@ -84,12 +84,13 @@
############################################################################## ##############################################################################
__doc__="""Object Manager __doc__="""Object Manager
$Id: ObjectManager.py,v 1.105 2000/08/07 19:22:41 brian Exp $""" $Id: ObjectManager.py,v 1.106 2000/08/08 17:15:10 chrism Exp $"""
__version__='$Revision: 1.105 $'[11:-2] __version__='$Revision: 1.106 $'[11:-2]
import App.Management, Acquisition, Globals, CopySupport, Products import App.Management, Acquisition, Globals, CopySupport, Products
import os, App.FactoryDispatcher, ts_regex, Products import os, App.FactoryDispatcher, ts_regex, Products
from OFS.Traversable import Traversable
from Globals import HTMLFile, HTMLFile, Persistent from Globals import HTMLFile, HTMLFile, Persistent
from Globals import MessageDialog, default__class_init__ from Globals import MessageDialog, default__class_init__
from webdav.NullResource import NullResource from webdav.NullResource import NullResource
...@@ -125,6 +126,7 @@ class ObjectManager( ...@@ -125,6 +126,7 @@ class ObjectManager(
Acquisition.Implicit, Acquisition.Implicit,
Persistent, Persistent,
Collection, Collection,
Traversable,
): ):
"""Generic object manager """Generic object manager
......
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