root/releases/pkgcore-checks/0.3.5/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)

drop the '.py', and update NEWS

  • Property executable set to True
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
9from pkgcore.util import commandline
10from pkgcore_checks import report_stream
11
12
13if __name__ == '__main__':
14    commandline.main({None: (report_stream.OptionParser, report_stream.main)})
Note: See TracBrowser for help on using the browser.