Commit b9c9afb2 authored by 's avatar

Removed some Principia refs in docstrings.

parent d8f199fa
......@@ -82,8 +82,8 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
__doc__="""Principia Find support"""
__version__='$Revision: 1.13 $'[11:-2]
__doc__="""Find support"""
__version__='$Revision: 1.14 $'[11:-2]
import sys, os, string, time, Globals, ExtensionClass
......
......@@ -89,8 +89,8 @@ Aqueduct database adapters, etc.
This module can also be used as a simple template for implementing new
item types.
$Id: SimpleItem.py,v 1.65 1999/10/21 15:35:56 jim Exp $'''
__version__='$Revision: 1.65 $'[11:-2]
$Id: SimpleItem.py,v 1.66 1999/11/03 14:37:38 brian Exp $'''
__version__='$Revision: 1.66 $'[11:-2]
import regex, sys, Globals, App.Management, Acquisition
from webdav.Resource import Resource
......@@ -110,7 +110,7 @@ HTML=Globals.HTML
class Item(Base, Resource, CopySource, App.Management.Tabs,
ZDOM.Element):
"""A simple Principia object. Not Folderish."""
"""A common base class for simple, non-container objects."""
isPrincipiaFolderish=0
isTopLevelPrincipiaApplicationObject=0
......
......@@ -82,9 +82,9 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
__doc__='''Base Principia
$Id: __init__.py,v 1.31 1999/08/11 13:43:27 jim Exp $'''
__version__='$Revision: 1.31 $'[11:-2]
__doc__='''Object system core
$Id: __init__.py,v 1.32 1999/11/03 14:40:12 brian Exp $'''
__version__='$Revision: 1.32 $'[11:-2]
import Version, OFS.Image, OFS.Folder, AccessControl.User
import OFS.DTMLMethod, OFS.DTMLDocument, ZClasses.ObjectManager
......
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