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