[Moin-devel] CVS: MoinMoin/macro RecentChanges.py,1.59,1.60
J?rgen Hermann
jhermann at users.sourceforge.net
Thu Jun 13 08:34:03 EDT 2002
Update of /cvsroot/moin/MoinMoin/macro
In directory usw-pr-cvs1:/tmp/cvs-serv1722/macro
Modified Files:
RecentChanges.py
Log Message:
Bugfix for __init__ call
Index: RecentChanges.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/macro/RecentChanges.py,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -r1.59 -r1.60
*** RecentChanges.py 2 May 2002 19:13:07 -0000 1.59
--- RecentChanges.py 13 Jun 2002 15:33:27 -0000 1.60
***************
*** 196,200 ****
def __init__(self, request, **kw):
! apply(editlog.EditLog.__init__, (self,), kw)
self.request = request
self.changes = {}
--- 196,200 ----
def __init__(self, request, **kw):
! editlog.EditLog.__init__(self, request, **kw)
self.request = request
self.changes = {}
More information about the Moin-devel
mailing list