~jmbr/halberd

7230e6cd55eb6509be465f7542f50b59f33994f9 — Juan M. Bello Rivas 18 years ago 4dd993d
Further improvements towards compatibility with older Python versions.

darcs-hash:20060917131821-6d791-e995258f9880a23b198d5cb83593e0d45b0f4e86.gz
1 files changed, 1 insertions(+), 1 deletions(-)

M Halberd/reportlib.py
M Halberd/reportlib.py => Halberd/reportlib.py +1 -1
@@ 85,7 85,7 @@ def report(scantask):
        if scantask.debug:
            import pprint
            out.write('headers:\n')
            pprint.pprint(clue.headers, out, indent=2)
            pprint.pprint(clue.headers, out)


# vim: ts=4 sw=4 et