Commit 09a5afb5 authored by Jim Fulton's avatar Jim Fulton

Added a flag used for detecting method management contexts.

parent 78d220eb
......@@ -85,8 +85,8 @@
__doc__='''Application support
$Id: Application.py,v 1.90 1999/03/11 18:56:20 brian Exp $'''
__version__='$Revision: 1.90 $'[11:-2]
$Id: Application.py,v 1.91 1999/03/22 17:30:08 jim Exp $'''
__version__='$Revision: 1.91 $'[11:-2]
import Globals,Folder,os,regex,sys,App.Product, App.ProductRegistry
......@@ -142,6 +142,7 @@ class Application(Globals.ApplicationDefaultPermissions, Folder.Folder,
__defined_roles__=('Manager','Anonymous')
web__form__method='GET'
isTopLevelPrincipiaApplicationObject=1
_isBeingUsedAsAMethod_=0
# Create the help system object
HelpSys=HelpSys()
......
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