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
be258da0
Commit
be258da0
authored
Feb 08, 2002
by
matt@zope.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add back join method -- necessary for undable_transactions
parent
b22186c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lib/python/App/Undo.py
lib/python/App/Undo.py
+3
-2
No files found.
lib/python/App/Undo.py
View file @
be258da0
...
...
@@ -12,12 +12,13 @@
##############################################################################
__doc__
=
'''short description
$Id: Undo.py,v 1.2
8 2002/02/07 17:37:10 andreasjung
Exp $'''
__version__
=
'$Revision: 1.2
8
$'
[
11
:
-
2
]
$Id: Undo.py,v 1.2
9 2002/02/08 17:16:57 matt
Exp $'''
__version__
=
'$Revision: 1.2
9
$'
[
11
:
-
2
]
import
Globals
,
ExtensionClass
from
DateTime
import
DateTime
from
AccessControl
import
getSecurityManager
from
string
import
join
import
base64
class
UndoSupport
(
ExtensionClass
.
Base
):
...
...
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