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
cbce798c
Commit
cbce798c
authored
Sep 14, 1999
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of a Principia reference.
parent
a3d6fb93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
lib/python/OFS/Folder.py
lib/python/OFS/Folder.py
+5
-4
No files found.
lib/python/OFS/Folder.py
View file @
cbce798c
...
...
@@ -87,9 +87,9 @@
Folders are the basic container objects and are analogous to directories.
$Id: Folder.py,v 1.8
2 1999/07/05 14:44:49 jim
Exp $"""
$Id: Folder.py,v 1.8
3 1999/09/14 15:35:44 brian
Exp $"""
__version__
=
'$Revision: 1.8
2
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.8
3
$'
[
11
:
-
2
]
import
Globals
,
SimpleItem
from
ObjectManager
import
ObjectManager
...
...
@@ -141,8 +141,9 @@ def manage_addFolder(self, id, title='',
class
Folder
(
ObjectManager
,
PropertyManager
,
RoleManager
,
Collection
,
SimpleItem
.
Item
,
FindSupport
):
"""
The basic container object in Principia. Folders can hold almost all
other Principia objects.
Folders are basic container objects that provide a standard
interface for object management. Folder objects also implement
a management interface and can have arbitrary properties.
"""
meta_type
=
'Folder'
...
...
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