Commit ca7560e7 authored by Amos Latteier's avatar Amos Latteier

Changed the default title of Application to 'Zope' from 'Principia'

parent 798848ab
......@@ -85,8 +85,8 @@
__doc__='''Application support
$Id: Application.py,v 1.79 1998/12/04 20:15:29 jim Exp $'''
__version__='$Revision: 1.79 $'[11:-2]
$Id: Application.py,v 1.80 1998/12/11 05:32:21 amos Exp $'''
__version__='$Revision: 1.80 $'[11:-2]
import Globals,Folder,os,regex,sys,App.Product, App.ProductRegistry
......@@ -136,7 +136,7 @@ page. Thank you for your patience.</P>
class Application(Globals.ApplicationDefaultPermissions, Folder.Folder,
App.ProductRegistry.ProductRegistry, FindSupport):
"""Top-level system object"""
title ='Principia'
title ='Zope'
__roles__=['Manager', 'Anonymous']
__defined_roles__=('Manager','Anonymous')
web__form__method='GET'
......
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