Make report into a separate function in scour. Remove getReport call from scra.py

This commit is contained in:
JSCHILL1 2009-07-11 07:57:14 -05:00
parent 9dd7f08231
commit 759924fe72
2 changed files with 14 additions and 13 deletions

View file

@ -106,6 +106,3 @@ def fetch(req, indoc,**params):
req.write(scourString(fileitem.file.read()))
else:
req.write(scourString(indoc,options))
req.write( '<!-- ' + getReport() + ' -->')