Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
c7a0b301
Commit
c7a0b301
authored
Jan 02, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of old commented line.
parent
307baa8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
lib/python/OFS/Application.py
lib/python/OFS/Application.py
+5
-3
No files found.
lib/python/OFS/Application.py
View file @
c7a0b301
...
...
@@ -11,8 +11,8 @@
__doc__
=
'''Application support
$Id: Application.py,v 1.3
4 1997/12/31 16:53:41 brian
Exp $'''
__version__
=
'$Revision: 1.3
4
$'
[
11
:
-
2
]
$Id: Application.py,v 1.3
5 1998/01/02 17:39:48 jim
Exp $'''
__version__
=
'$Revision: 1.3
5
$'
[
11
:
-
2
]
import
Globals
,
Folder
,
os
,
regex
,
sys
...
...
@@ -25,7 +25,6 @@ from ImageFile import ImageFile
class
Application
(
Folder
.
Folder
):
title
=
'Principia'
# id =title
__roles__
=
None
__defined_roles__
=
(
'manage'
,)
web__form__method
=
'GET'
...
...
@@ -284,6 +283,9 @@ class Misc_:
##############################################################################
#
# $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
# Added security info
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment