Update of /cvsroot/webware/Webware/WebKit
In directory sc8-pr-cvs1:/tmp/cvs-serv17769
Modified Files:
Application.py
Log Message:
Added comment.
Index: Application.py
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Application.py,v
retrieving revision 1.169
retrieving revision 1.170
diff -C2 -d -r1.169 -r1.170
*** Application.py 8 Apr 2003 01:04:54 -0000 1.169
--- Application.py 8 Apr 2003 21:35:34 -0000 1.170
***************
*** 548,551 ****
--- 548,553 ----
# 3-03 ib@@: Does anyone actually use this method?
+ # 2003-04-08 jdh: I use callMethodOfServlet, but I don't use
+ # this little context trick. Not sure what you were referring to.
if kw.has_key('context'):
context = kw['context']
|