SALE,ACCOUNT,PURCHASE: fix notes in report to wrap correctly
authorced <>
Mon, 26 Feb 2007 12:31:01 +0000 (12:31 +0000)
committerced <>
Mon, 26 Feb 2007 12:31:01 +0000 (12:31 +0000)
bzr revid: ced-163b2afdfaeff732160525d40fad52028c66c6fd

bin/report/report_sxw.py

index e36cebf..c609106 100644 (file)
@@ -312,7 +312,6 @@ class report_sxw(report_rml):
                rml_dom = xml.dom.minidom.parseString(rml)
                
                rml2 = rml_parser._parse(rml_dom, objs, data, header=self.header)
-               #import os
                #if os.name != "nt":
                #       f = file("/tmp/debug.rml", "w")
                #       f.write(rml2)