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
ad91f384
Commit
ad91f384
authored
Jul 05, 2001
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merged from 2.4 branch
parent
bb643176
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/App/Undo.py
lib/python/App/Undo.py
+3
-3
No files found.
lib/python/App/Undo.py
View file @
ad91f384
...
@@ -84,8 +84,8 @@
...
@@ -84,8 +84,8 @@
##############################################################################
##############################################################################
__doc__
=
'''short description
__doc__
=
'''short description
$Id: Undo.py,v 1.2
5 2001/04/12 18:49:02 jim
Exp $'''
$Id: Undo.py,v 1.2
6 2001/07/05 14:08:55 brian
Exp $'''
__version__
=
'$Revision: 1.2
5
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.2
6
$'
[
11
:
-
2
]
import
Globals
,
ExtensionClass
import
Globals
,
ExtensionClass
from
DateTime
import
DateTime
from
DateTime
import
DateTime
...
@@ -183,7 +183,7 @@ class UndoSupport(ExtensionClass.Base):
...
@@ -183,7 +183,7 @@ class UndoSupport(ExtensionClass.Base):
return
r
return
r
def
manage_undo_transactions
(
self
,
transaction_info
,
REQUEST
=
None
):
def
manage_undo_transactions
(
self
,
transaction_info
=
()
,
REQUEST
=
None
):
"""
"""
"""
"""
undo
=
Globals
.
UndoManager
.
undo
undo
=
Globals
.
UndoManager
.
undo
...
...
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