[Moin-devel] CVS: MoinMoin httpdmain.py,1.12,1.13

J?rgen Hermann jhermann at users.sourceforge.net
Thu Apr 18 11:38:05 EDT 2002


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

Modified Files:
	httpdmain.py 
Log Message:
py 1.5.2


Index: httpdmain.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/httpdmain.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** httpdmain.py	17 Apr 2002 21:58:16 -0000	1.12
--- httpdmain.py	18 Apr 2002 18:36:01 -0000	1.13
***************
*** 212,216 ****
          i = 0
          while not httpd._abort:
!             i += 1
              stdout.write("\|/-"[i%4] + "\r")
              time.sleep(1)
--- 212,216 ----
          i = 0
          while not httpd._abort:
!             i = i + 1
              stdout.write("\|/-"[i%4] + "\r")
              time.sleep(1)





More information about the Moin-devel mailing list