Update of /cvsroot/webware/Webware/WebKit
In directory usw-pr-cvs1:/tmp/cvs-serv6113
Modified Files:
ExceptionHandler.py
Log Message:
fix syntax
Index: ExceptionHandler.py
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/ExceptionHandler.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** ExceptionHandler.py 20 Jun 2002 17:48:08 -0000 1.22
--- ExceptionHandler.py 22 Jun 2002 01:38:52 -0000 1.23
***************
*** 56,60 ****
def contextInitialize(app, ctxPath):
app._exceptionHandlerClass = ExceptionHandler
! '''
hideValuesForFields = ['creditcard', 'credit card', 'cc', 'password', 'passwd']
--- 56,60 ----
def contextInitialize(app, ctxPath):
app._exceptionHandlerClass = ExceptionHandler
! """
hideValuesForFields = ['creditcard', 'credit card', 'cc', 'password', 'passwd']
|