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