X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/16374080f59fc07491193203175c603599a8ec5d..a571ef2d5e5929225f8874a9e3f819c43d21b534:/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()