chiark
/
gitweb
/
~mdw
/
hippotat
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
do not crash on unexpected connectionLost
[hippotat]
/
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()