Update of /cvsroot/webware/Webware/WebKit
In directory usw-pr-cvs1:/tmp/cvs-serv19892
Modified Files:
HTTPResponse.py
Log Message:
- fix for Python versions < 2.2
Index: HTTPResponse.py
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/HTTPResponse.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** HTTPResponse.py 10 Oct 2002 04:48:39 -0000 1.22
--- HTTPResponse.py 12 Oct 2002 07:04:07 -0000 1.23
***************
*** 14,17 ****
--- 14,19 ----
from MiscUtils.DateInterval import timeDecode
+ True, False = 1==1, 0==1
+
debug = 0
|