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