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
e8f5c3a3
Commit
e8f5c3a3
authored
Jan 09, 1998
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added __class_init__
parent
389b31e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lib/python/App/Undo.py
lib/python/App/Undo.py
+6
-3
No files found.
lib/python/App/Undo.py
View file @
e8f5c3a3
...
...
@@ -11,8 +11,8 @@
__doc__
=
'''short description
$Id: Undo.py,v 1.
5 1997/12/18 16:45:30 jeffrey
Exp $'''
__version__
=
'$Revision: 1.
5
$'
[
11
:
-
2
]
$Id: Undo.py,v 1.
6 1998/01/09 21:32:22 brian
Exp $'''
__version__
=
'$Revision: 1.
6
$'
[
11
:
-
2
]
import
Globals
from
DateTime
import
DateTime
...
...
@@ -81,12 +81,15 @@ class UndoSupport:
RESPONSE
[
'Location'
]
=
"%s/manage_main"
%
REQUEST
[
'URL1'
]
return
''
Globals
.
default__class_init__
(
UndoSupport
)
##############################################################################
#
# $Log: Undo.py,v $
# Revision 1.6 1998/01/09 21:32:22 brian
# Added __class_init__
#
# Revision 1.5 1997/12/18 16:45:30 jeffrey
# changeover to new ImageFile and HTMLFile handling
#
...
...
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