[Moin-devel] CVS: MoinMoin/processor Colorize.py,1.3,1.4

J?rgen Hermann jhermann at users.sourceforge.net
Tue May 28 15:43:02 EDT 2002


Update of /cvsroot/moin/MoinMoin/processor
In directory usw-pr-cvs1:/tmp/cvs-serv13043/processor

Modified Files:
	Colorize.py 
Log Message:
Removed "form" argument from format() call


Index: Colorize.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/processor/Colorize.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Colorize.py	17 Apr 2002 19:24:58 -0000	1.3
--- Colorize.py	28 May 2002 22:42:02 -0000	1.4
***************
*** 23,27 ****
      buff = cStringIO.StringIO()
      colorizer = python.Parser(string.join(lines, '\n'), request, out = buff)
!     colorizer.format(formatter, {})
  
      sys.stdout.write(formatter.rawHTML(buff.getvalue()))
--- 23,27 ----
      buff = cStringIO.StringIO()
      colorizer = python.Parser(string.join(lines, '\n'), request, out = buff)
!     colorizer.format(formatter)
  
      sys.stdout.write(formatter.rawHTML(buff.getvalue()))





More information about the Moin-devel mailing list