chiark / gitweb /
config: Check args after reading config
[hippotat.git] / srcbombtest.py
index 8c6e1523bb7377ac5db759d7e8fd1aa2597f5361..f0607ba8ff67973e4c52d2b4d697d8fd4b283189 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()