Commit e8f5c3a3 authored by 's avatar

Added __class_init__

parent 389b31e0
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
__doc__='''short description __doc__='''short description
$Id: Undo.py,v 1.5 1997/12/18 16:45:30 jeffrey Exp $''' $Id: Undo.py,v 1.6 1998/01/09 21:32:22 brian Exp $'''
__version__='$Revision: 1.5 $'[11:-2] __version__='$Revision: 1.6 $'[11:-2]
import Globals import Globals
from DateTime import DateTime from DateTime import DateTime
...@@ -81,12 +81,15 @@ class UndoSupport: ...@@ -81,12 +81,15 @@ class UndoSupport:
RESPONSE['Location']="%s/manage_main" % REQUEST['URL1'] RESPONSE['Location']="%s/manage_main" % REQUEST['URL1']
return '' return ''
Globals.default__class_init__(UndoSupport)
############################################################################## ##############################################################################
# #
# $Log: Undo.py,v $ # $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 # Revision 1.5 1997/12/18 16:45:30 jeffrey
# changeover to new ImageFile and HTMLFile handling # changeover to new ImageFile and HTMLFile handling
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment