ownsrc debugging
[hippotat] / srcbombtest.py
index 25bc318..f0607ba 100755 (executable)
@@ -3,6 +3,8 @@
 from hippotatlib.ownsource import SourceShipmentPreparer
 
 import twisted
+import sys
 
 p = SourceShipmentPreparer('tmp')
+p.stream_debug = sys.stdout
 p.generate()