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
7081698a
Commit
7081698a
authored
Jun 18, 2010
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- IContainmentRoot is now IRoot
parent
b3248fba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/OFS/interfaces.py
src/OFS/interfaces.py
+4
-4
No files found.
src/OFS/interfaces.py
View file @
7081698a
...
@@ -10,13 +10,15 @@
...
@@ -10,13 +10,15 @@
# FOR A PARTICULAR PURPOSE.
# FOR A PARTICULAR PURPOSE.
#
#
##############################################################################
##############################################################################
"""OFS
z3
interfaces.
"""OFS interfaces.
$Id$
$Id$
"""
"""
from
zope.container.interfaces
import
IContainer
from
zope.container.interfaces
import
IContainer
from
zope.interface
import
Attribute
from
zope.interface
import
Attribute
from
zope.interface
import
Interface
from
zope.interface
import
Interface
from
zope.location.interfaces
import
IPossibleSite
from
zope.location.interfaces
import
IRoot
from
zope.schema
import
Bool
,
BytesLine
,
Tuple
from
zope.schema
import
Bool
,
BytesLine
,
Tuple
from
AccessControl.interfaces
import
IOwned
from
AccessControl.interfaces
import
IOwned
...
@@ -28,8 +30,6 @@ from persistent.interfaces import IPersistent
...
@@ -28,8 +30,6 @@ 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.traversing.interfaces
import
IContainmentRoot
from
zope.location.interfaces
import
IPossibleSite
class
IOrderedContainer
(
Interface
):
class
IOrderedContainer
(
Interface
):
...
@@ -834,7 +834,7 @@ class IOrderedFolder(IOrderedContainer, IFolder):
...
@@ -834,7 +834,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
,
I
Containment
Root
):
class
IApplication
(
IFolder
,
IRoot
):
"""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