Update of /cvsroot/pywebmail/webmail/webmail/client/config/parse
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25733
Modified Files:
action.py
Log Message:
tipo
Index: action.py
===================================================================
RCS file: /cvsroot/pywebmail/webmail/webmail/client/config/parse/action.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** action.py 30 Nov 2007 19:12:19 -0000 1.23
--- action.py 2 Mar 2008 17:15:29 -0000 1.24
***************
*** 213,217 ****
res.append(item)
res = '\n'.join(res)
! log.debug('FileInput: %s', repr(res))
return res
--- 213,217 ----
res.append(item)
res = '\n'.join(res)
! log.debug('FixedInput: %s', repr(res))
return res
|