root/ferringb/pkgcore-checks/replay-pcheck-stream
@
ferringb%2540gmail.com-20070130095034-2ll2n68heytzm1l4
| Revision ferringb%2540gmail.com-20070130095034-2ll2n68heytzm1l4, 337 bytes (checked in by Brian Harring <ferringb@…>, 22 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/usr/bin/env python |
| 2 | # Copyright: 2006 Marien Zwart <marienz@gentoo.org> |
| 3 | # License: GPL2 |
| 4 | |
| 5 | |
| 6 | """Minimal wrapper to launch report stream replaying.""" |
| 7 | |
| 8 | |
| 9 | from pkgcore.util import commandline |
| 10 | from pkgcore_checks import report_stream |
| 11 | |
| 12 | |
| 13 | if __name__ == '__main__': |
| 14 | commandline.main({None: (report_stream.OptionParser, report_stream.main)}) |
Note: See TracBrowser
for help on using the browser.
