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
d8f199fa
Commit
d8f199fa
authored
Nov 03, 1999
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some Principia refs from docstrings.
parent
2bd804d7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
lib/python/App/Extensions.py
lib/python/App/Extensions.py
+4
-4
lib/python/App/Factory.py
lib/python/App/Factory.py
+3
-3
lib/python/App/Product.py
lib/python/App/Product.py
+3
-3
No files found.
lib/python/App/Extensions.py
View file @
d8f199fa
...
...
@@ -82,12 +82,12 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
__doc__
=
'''Standard routines for handling
Principia Extensions
__doc__
=
'''Standard routines for handling
extensions.
Principia e
xtensions currently include external methods and pluggable brains.
E
xtensions currently include external methods and pluggable brains.
$Id: Extensions.py,v 1.1
0 1999/06/10 18:56:25 jim
Exp $'''
__version__
=
'$Revision: 1.1
0
$'
[
11
:
-
2
]
$Id: Extensions.py,v 1.1
1 1999/11/03 14:35:41 brian
Exp $'''
__version__
=
'$Revision: 1.1
1
$'
[
11
:
-
2
]
from
string
import
find
import
os
,
zlib
,
rotor
...
...
lib/python/App/Factory.py
View file @
d8f199fa
...
...
@@ -82,10 +82,10 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
__doc__
=
'''
Principia Factorie
s
__doc__
=
'''
Factory object
s
$Id: Factory.py,v 1.1
3 1999/07/21 13:15:23 jim
Exp $'''
__version__
=
'$Revision: 1.1
3
$'
[
11
:
-
2
]
$Id: Factory.py,v 1.1
4 1999/11/03 14:35:41 brian
Exp $'''
__version__
=
'$Revision: 1.1
4
$'
[
11
:
-
2
]
import
OFS.SimpleItem
,
Acquisition
,
Globals
,
AccessControl
.
Role
import
Products
,
Product
...
...
lib/python/App/Product.py
View file @
d8f199fa
...
...
@@ -82,12 +82,12 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
"""Pr
incipia Product O
bjects
"""Pr
oduct o
bjects
"""
# The new Product model:
#
# Products may be defined
with Principia or by placing directories in
# lib/python/Products.
# Products may be defined
in the Products folder or by placing directories
#
in
lib/python/Products.
#
# Products in lib/python/Products may have up to three sources of information:
#
...
...
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