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
b9c9afb2
Commit
b9c9afb2
authored
Nov 03, 1999
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some Principia refs in docstrings.
parent
d8f199fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
lib/python/OFS/FindSupport.py
lib/python/OFS/FindSupport.py
+2
-2
lib/python/OFS/SimpleItem.py
lib/python/OFS/SimpleItem.py
+3
-3
lib/python/Products/OFSP/__init__.py
lib/python/Products/OFSP/__init__.py
+3
-3
No files found.
lib/python/OFS/FindSupport.py
View file @
b9c9afb2
...
@@ -82,8 +82,8 @@
...
@@ -82,8 +82,8 @@
# attributions are listed in the accompanying credits file.
# attributions are listed in the accompanying credits file.
#
#
##############################################################################
##############################################################################
__doc__
=
"""
Principia
Find support"""
__doc__
=
"""Find support"""
__version__
=
'$Revision: 1.1
3
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.1
4
$'
[
11
:
-
2
]
import
sys
,
os
,
string
,
time
,
Globals
,
ExtensionClass
import
sys
,
os
,
string
,
time
,
Globals
,
ExtensionClass
...
...
lib/python/OFS/SimpleItem.py
View file @
b9c9afb2
...
@@ -89,8 +89,8 @@ Aqueduct database adapters, etc.
...
@@ -89,8 +89,8 @@ Aqueduct database adapters, etc.
This module can also be used as a simple template for implementing new
This module can also be used as a simple template for implementing new
item types.
item types.
$Id: SimpleItem.py,v 1.6
5 1999/10/21 15:35:56 jim
Exp $'''
$Id: SimpleItem.py,v 1.6
6 1999/11/03 14:37:38 brian
Exp $'''
__version__
=
'$Revision: 1.6
5
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.6
6
$'
[
11
:
-
2
]
import
regex
,
sys
,
Globals
,
App
.
Management
,
Acquisition
import
regex
,
sys
,
Globals
,
App
.
Management
,
Acquisition
from
webdav.Resource
import
Resource
from
webdav.Resource
import
Resource
...
@@ -110,7 +110,7 @@ HTML=Globals.HTML
...
@@ -110,7 +110,7 @@ HTML=Globals.HTML
class
Item
(
Base
,
Resource
,
CopySource
,
App
.
Management
.
Tabs
,
class
Item
(
Base
,
Resource
,
CopySource
,
App
.
Management
.
Tabs
,
ZDOM
.
Element
):
ZDOM
.
Element
):
"""A
simple Principia object. Not Folderish
."""
"""A
common base class for simple, non-container objects
."""
isPrincipiaFolderish
=
0
isPrincipiaFolderish
=
0
isTopLevelPrincipiaApplicationObject
=
0
isTopLevelPrincipiaApplicationObject
=
0
...
...
lib/python/Products/OFSP/__init__.py
View file @
b9c9afb2
...
@@ -82,9 +82,9 @@
...
@@ -82,9 +82,9 @@
# attributions are listed in the accompanying credits file.
# attributions are listed in the accompanying credits file.
#
#
##############################################################################
##############################################################################
__doc__
=
'''
Base Principia
__doc__
=
'''
Object system core
$Id: __init__.py,v 1.3
1 1999/08/11 13:43:27 jim
Exp $'''
$Id: __init__.py,v 1.3
2 1999/11/03 14:40:12 brian
Exp $'''
__version__
=
'$Revision: 1.3
1
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.3
2
$'
[
11
:
-
2
]
import
Version
,
OFS
.
Image
,
OFS
.
Folder
,
AccessControl
.
User
import
Version
,
OFS
.
Image
,
OFS
.
Folder
,
AccessControl
.
User
import
OFS.DTMLMethod
,
OFS
.
DTMLDocument
,
ZClasses
.
ObjectManager
import
OFS.DTMLMethod
,
OFS
.
DTMLDocument
,
ZClasses
.
ObjectManager
...
...
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