Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
ffa2185c
Commit
ffa2185c
authored
Oct 26, 2005
by
Philipp von Weitershausen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark the Zope 2 root object (OFS.Application.Application) as being the
root object from a Zope 3 point of view.
parent
6698247c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/python/OFS/interfaces.py
lib/python/OFS/interfaces.py
+2
-2
No files found.
lib/python/OFS/interfaces.py
View file @
ffa2185c
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
$Id$
$Id$
"""
"""
from
zope.interface
import
Attribute
from
zope.interface
import
Attribute
from
zope.interface
import
Interface
from
zope.interface
import
Interface
from
zope.schema
import
Bool
,
BytesLine
,
Tuple
from
zope.schema
import
Bool
,
BytesLine
,
Tuple
...
@@ -28,6 +27,7 @@ from persistent.interfaces import IPersistent
...
@@ -28,6 +27,7 @@ from persistent.interfaces import IPersistent
from
webdav.interfaces
import
IDAVCollection
from
webdav.interfaces
import
IDAVCollection
from
webdav.interfaces
import
IDAVResource
from
webdav.interfaces
import
IDAVResource
from
zope.app.traversing.interfaces
import
IContainmentRoot
class
IOrderedContainer
(
Interface
):
class
IOrderedContainer
(
Interface
):
...
@@ -837,7 +837,7 @@ class IOrderedFolder(IOrderedContainer, IFolder):
...
@@ -837,7 +837,7 @@ class IOrderedFolder(IOrderedContainer, IFolder):
# XXX: might contain non-API methods and outdated comments;
# XXX: might contain non-API methods and outdated comments;
# not synced with ZopeBook API Reference;
# not synced with ZopeBook API Reference;
# based on OFS.Application.Application
# based on OFS.Application.Application
class
IApplication
(
IFolder
):
class
IApplication
(
IFolder
,
IContainmentRoot
):
"""Top-level system object"""
"""Top-level system object"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment