root/pkgcore-checks/pcheck @ marienz%2540gentoo.org-20061027035823-6bdabbb53b345739

Revision marienz%2540gentoo.org-20061027035823-6bdabbb53b345739, 299 bytes (checked in by Marien Zwart <marienz@…>, 2 years ago)

Update to work with the subcommand-enabled pkgcore.util.commandline.

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