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
0b8aef99
Commit
0b8aef99
authored
Dec 09, 1999
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced old unused help system with the new one.
parent
02f29c26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
lib/python/OFS/Application.py
lib/python/OFS/Application.py
+6
-5
No files found.
lib/python/OFS/Application.py
View file @
0b8aef99
...
...
@@ -85,8 +85,8 @@
__doc__
=
'''Application support
$Id: Application.py,v 1.11
6 1999/11/03 16:05:20 brian
Exp $'''
__version__
=
'$Revision: 1.11
6
$'
[
11
:
-
2
]
$Id: Application.py,v 1.11
7 1999/12/09 23:37:52 amos
Exp $'''
__version__
=
'$Revision: 1.11
7
$'
[
11
:
-
2
]
import
Globals
,
Folder
,
os
,
sys
,
App
.
Product
,
App
.
ProductRegistry
,
misc_
...
...
@@ -94,7 +94,6 @@ import time, traceback, os, string, Products
from
string
import
strip
,
lower
,
find
,
rfind
,
join
from
DateTime
import
DateTime
from
AccessControl.User
import
UserFolder
from
HelpSys.HelpSys
import
HelpSys
from
App.ApplicationManager
import
ApplicationManager
from
webdav.NullResource
import
NullResource
from
FindSupport
import
FindSupport
...
...
@@ -105,7 +104,7 @@ from App.ProductContext import ProductContext
from
misc_
import
Misc_
import
ZDOM
from
zLOG
import
LOG
,
ERROR
from
HelpSys.HelpSystem
import
HelpSystem
_standard_error_msg
=
'''
\
...
...
@@ -177,7 +176,7 @@ class Application(Globals.ApplicationDefaultPermissions,
_isBeingUsedAsAMethod_
=
0
# Create the help system object
HelpSys
=
HelpSys
(
)
HelpSys
=
HelpSys
tem
(
'HelpSys'
)
p_
=
misc_
.
p_
misc_
=
misc_
.
misc_
...
...
@@ -274,6 +273,8 @@ class Application(Globals.ApplicationDefaultPermissions,
test_url___allow_groups__
=
None
test_url
=
ZopeAttributionButton
def
absolute_url
(
self
,
relative
=
0
):
"""Return an absolute url to the object. Note that the url
will reflect the acquisition path of the object if the object
...
...
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