[Moin-devel] CVS: MoinMoin/webapi cgiMoin.py,1.9,1.10

J?rgen Hermann jhermann at users.sourceforge.net
Wed Feb 6 11:35:03 EST 2002


Update of /cvsroot/moin/MoinMoin/webapi
In directory usw-pr-cvs1:/tmp/cvs-serv31202/webapi

Modified Files:
	cgiMoin.py 
Log Message:
Update of and fixes for Japanese


Index: cgiMoin.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/webapi/cgiMoin.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** cgiMoin.py	2001/12/06 02:55:28	1.9
--- cgiMoin.py	2002/02/06 19:34:41	1.10
***************
*** 79,82 ****
--- 79,83 ----
  
  def http_headers(more_headers=[]):
+     from MoinMoin import config
      from MoinMoin.cgimain import request
  
***************
*** 97,101 ****
  
      if not have_ct:
!         print "Content-type: text/html"
  
      #print "Pragma: no-cache"
--- 98,102 ----
  
      if not have_ct:
!         print "Content-type: text/html;charset=%s" % config.charset
  
      #print "Pragma: no-cache"





More information about the Moin-devel mailing list