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
bada17ad
Commit
bada17ad
authored
Apr 24, 2000
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved help system module.
parent
72c0f08c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lib/python/OFS/Application.py
lib/python/OFS/Application.py
+4
-4
No files found.
lib/python/OFS/Application.py
View file @
bada17ad
...
...
@@ -85,8 +85,8 @@
__doc__
=
'''Application support
$Id: Application.py,v 1.12
0 2000/04/04 22:35:23 jim
Exp $'''
__version__
=
'$Revision: 1.12
0
$'
[
11
:
-
2
]
$Id: Application.py,v 1.12
1 2000/04/24 23:59:55 amos
Exp $'''
__version__
=
'$Revision: 1.12
1
$'
[
11
:
-
2
]
import
Globals
,
Folder
,
os
,
sys
,
App
.
Product
,
App
.
ProductRegistry
,
misc_
...
...
@@ -104,7 +104,7 @@ from App.ProductContext import ProductContext
from
misc_
import
Misc_
import
ZDOM
from
zLOG
import
LOG
,
ERROR
from
HelpSys.HelpSys
tem
import
HelpSystem
from
HelpSys.HelpSys
import
HelpSys
_standard_error_msg
=
'''
\
...
...
@@ -176,7 +176,7 @@ class Application(Globals.ApplicationDefaultPermissions,
_isBeingUsedAsAMethod_
=
0
# Create the help system object
HelpSys
=
HelpSys
tem
(
'HelpSys'
)
HelpSys
=
HelpSys
(
'HelpSys'
)
p_
=
misc_
.
p_
misc_
=
misc_
.
misc_
...
...
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