Commit 7180f69a authored by Hanno Schlichting's avatar Hanno Schlichting

Removed `OFS.ZDOM`.

parent 74188108
......@@ -44,6 +44,8 @@ Features Added
Restructuring
+++++++++++++
- Removed `OFS.ZDOM`.
- Removed the last remaining code to support `SOFTWARE_HOME` and `ZOPE_HOME`.
- Removed ZMI controls for restarting the process, these no longer apply when
......
......@@ -36,7 +36,6 @@ from zope.interface import implements
import Folder
import misc_
import ZDOM
from FindSupport import FindSupport
from interfaces import IApplication
from misc_ import Misc_
......@@ -47,7 +46,6 @@ APP_MANAGER = None
class Application(ApplicationDefaultPermissions,
ZDOM.Root,
Folder.Folder,
FindSupport,
):
......
......@@ -34,7 +34,6 @@ from OFS.History import Historical
from OFS.History import html_diff
from OFS.role import RoleManager
from OFS.SimpleItem import Item_w__name__
from OFS.ZDOM import ElementWithTitle
from webdav.Lockable import ResourceLockedError
from zExceptions import Forbidden
from zExceptions.TracebackSupplement import PathTracebackSupplement
......@@ -48,7 +47,6 @@ class DTMLMethod(RestrictedDTML,
HTML,
Implicit,
RoleManager,
ElementWithTitle,
Item_w__name__,
Historical,
Cacheable,
......
......@@ -23,7 +23,6 @@ from Acquisition import aq_base
from ExtensionClass import Base
from App.special_dtml import DTMLFile
from App.Dialogs import MessageDialog
from Persistence import Persistent
from zExceptions import BadRequest
from zope.interface import implements
from ZPublisher.Converters import type_converters
......@@ -31,9 +30,8 @@ from ZPublisher.Converters import type_converters
from OFS.interfaces import IPropertyManager
from OFS.PropertySheets import DefaultPropertySheets
from OFS.PropertySheets import vps
from OFS.ZDOM import ElementWithAttributes
class PropertyManager(Base, ElementWithAttributes):
class PropertyManager(Base):
"""
The PropertyManager mixin class provides an object with
......
......@@ -57,7 +57,6 @@ from OFS.owner import Owned
from OFS.CopySupport import CopySource
from OFS.role import RoleManager
from OFS.Traversable import Traversable
from OFS.ZDOM import Element
import logging
logger = logging.getLogger()
......@@ -67,7 +66,6 @@ class Item(Base,
CopySource,
Tabs,
Traversable,
Element,
Owned,
UndoSupport,
):
......
This diff is collapsed.
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