File: srcbombtest.py

package info (click to toggle)
hippotat 1.2.3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 684 kB
  • sloc: sh: 423; makefile: 130; perl: 84; python: 79; ansic: 34
file content (10 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python3

from hippotatlib.ownsource import SourceShipmentPreparer

import twisted
import sys

p = SourceShipmentPreparer('tmp')
p.stream_debug = sys.stdout
p.generate()