X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/16374080f59fc07491193203175c603599a8ec5d..7ec61cc0d1b67ffaf5e5e68a43b8aa5a1dfeb43a:/srcbombtest.py diff --git a/srcbombtest.py b/srcbombtest.py index 25bc318..f0607ba 100755 --- a/srcbombtest.py +++ b/srcbombtest.py @@ -3,6 +3,8 @@ from hippotatlib.ownsource import SourceShipmentPreparer import twisted +import sys p = SourceShipmentPreparer('tmp') +p.stream_debug = sys.stdout p.generate()