Commit c7a0b301 authored by Jim Fulton's avatar Jim Fulton

Got rid of old commented line.

parent 307baa8d
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
__doc__='''Application support __doc__='''Application support
$Id: Application.py,v 1.34 1997/12/31 16:53:41 brian Exp $''' $Id: Application.py,v 1.35 1998/01/02 17:39:48 jim Exp $'''
__version__='$Revision: 1.34 $'[11:-2] __version__='$Revision: 1.35 $'[11:-2]
import Globals,Folder,os,regex,sys import Globals,Folder,os,regex,sys
...@@ -25,7 +25,6 @@ from ImageFile import ImageFile ...@@ -25,7 +25,6 @@ from ImageFile import ImageFile
class Application(Folder.Folder): class Application(Folder.Folder):
title ='Principia' title ='Principia'
# id =title
__roles__=None __roles__=None
__defined_roles__=('manage',) __defined_roles__=('manage',)
web__form__method='GET' web__form__method='GET'
...@@ -284,6 +283,9 @@ class Misc_: ...@@ -284,6 +283,9 @@ class Misc_:
############################################################################## ##############################################################################
# #
# $Log: Application.py,v $ # $Log: Application.py,v $
# Revision 1.35 1998/01/02 17:39:48 jim
# Got rid of old commented line.
#
# Revision 1.34 1997/12/31 16:53:41 brian # Revision 1.34 1997/12/31 16:53:41 brian
# Added security info # Added security info
# #
......
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