[Moin-devel] CVS: MoinMoin/macro RecentChanges.py,1.55,1.56

J?rgen Hermann jhermann at users.sourceforge.net
Wed Apr 17 15:02:19 EDT 2002


Update of /cvsroot/moin/MoinMoin/macro
In directory usw-pr-cvs1:/tmp/cvs-serv23792/macro

Modified Files:
	RecentChanges.py 
Log Message:
Removed remaining dependencies on cgimain.request


Index: RecentChanges.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/macro/RecentChanges.py,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** RecentChanges.py	27 Mar 2002 22:41:14 -0000	1.55
--- RecentChanges.py	17 Apr 2002 21:58:17 -0000	1.56
***************
*** 429,433 ****
  
          # send the generated XML document
!         webapi.http_headers(["Content-Type: " + 'text/xml'] + webapi.nocache)
          sys.stdout.write(out.getvalue())
  
--- 429,433 ----
  
          # send the generated XML document
!         webapi.http_headers(request, ["Content-Type: " + 'text/xml'] + webapi.nocache)
          sys.stdout.write(out.getvalue())
  





More information about the Moin-devel mailing list