Commit d8f199fa authored by 's avatar

Removed some Principia refs from docstrings.

parent 2bd804d7
......@@ -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 extensions currently include external methods and pluggable brains.
Extensions currently include external methods and pluggable brains.
$Id: Extensions.py,v 1.10 1999/06/10 18:56:25 jim Exp $'''
__version__='$Revision: 1.10 $'[11:-2]
$Id: Extensions.py,v 1.11 1999/11/03 14:35:41 brian Exp $'''
__version__='$Revision: 1.11 $'[11:-2]
from string import find
import os, zlib, rotor
......
......@@ -82,10 +82,10 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
__doc__='''Principia Factories
__doc__='''Factory objects
$Id: Factory.py,v 1.13 1999/07/21 13:15:23 jim Exp $'''
__version__='$Revision: 1.13 $'[11:-2]
$Id: Factory.py,v 1.14 1999/11/03 14:35:41 brian Exp $'''
__version__='$Revision: 1.14 $'[11:-2]
import OFS.SimpleItem, Acquisition, Globals, AccessControl.Role
import Products, Product
......
......@@ -82,12 +82,12 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
"""Principia Product Objects
"""Product objects
"""
# 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:
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment