daemon: record the deferred for a request in the queue, too
[hippotat] / srcbombtest.py
CommitLineData
4460af45
IJ
1#!/usr/bin/python3
2
3from hippotatlib.ownsource import SourceShipmentPreparer
4
16374080 5import twisted
ff0fc3fa 6import sys
16374080 7
4460af45 8p = SourceShipmentPreparer('tmp')
ff0fc3fa 9p.stream_debug = sys.stdout
4460af45 10p.generate()