chiark / gitweb /
Merge remote-tracking branch 'python/master' into old-python/
[hippotat.git] / old-python / srcbombtest.py
1 #!/usr/bin/python3
2
3 from hippotatlib.ownsource import SourceShipmentPreparer
4
5 import twisted
6 import sys
7
8 p = SourceShipmentPreparer('tmp')
9 p.stream_debug = sys.stdout
10 p.generate()