chiark
/
gitweb
/
~mdw
/
hippotat
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hippotat: Convert an explicitly configured URL to ASCII.
[hippotat]
/
srcbombtest.py
diff --git
a/srcbombtest.py
b/srcbombtest.py
index 25bc3186f81521979d5bb301d583c31a3b42f6e6..f0607ba8ff67973e4c52d2b4d697d8fd4b283189 100755
(executable)
--- a/
srcbombtest.py
+++ b/
srcbombtest.py
@@
-3,6
+3,8
@@
from hippotatlib.ownsource import SourceShipmentPreparer
import twisted
from hippotatlib.ownsource import SourceShipmentPreparer
import twisted
+import sys
p = SourceShipmentPreparer('tmp')
p = SourceShipmentPreparer('tmp')
+p.stream_debug = sys.stdout
p.generate()
p.generate()