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
cc6e0ebe
Commit
cc6e0ebe
authored
Sep 19, 1997
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
App nicification
parent
1b0fda76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
lib/python/Main.py
lib/python/Main.py
+4
-12
No files found.
lib/python/Main.py
View file @
cc6e0ebe
...
...
@@ -37,6 +37,7 @@ Bobobase=OFS.Application.open_bobobase()
try
:
app
=
Bobobase
[
'Application'
]
except
KeyError
:
app
=
OFS
.
Application
.
Application
()
app
.
_init
()
app
.
app
=
App
.
ApplicationManager
.
ApplicationManager
()
Bobobase
[
'Application'
]
=
app
...
...
@@ -44,22 +45,13 @@ except KeyError:
bobo_application
=
app
if
not
hasattr
(
app
,
'standard_html_footer'
):
app
.
manage_addDocument
(
'standard_html_footer'
,
'Standard Document Ending'
,
'</body></html>'
)
get_transaction
().
commit
()
if
not
hasattr
(
app
,
'standard_html_header'
):
app
.
manage_addDocument
(
'standard_html_header'
,
'Standard Document Beginning'
,
'<html><head><title><!--#var title_or_id--></title></head><body>'
)
get_transaction
().
commit
()
##############################################################################
# Revision Log
#
# $Log: Main.py,v $
# Revision 1.6 1997/09/19 18:23:36 brian
# App nicification
#
# Revision 1.5 1997/09/17 16:17:00 jim
# Added scheduler hook.
#
...
...
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