Warning: Error with navigation contributor "BrowserModule"

source: ferringb/pkgcore-checks/pkgcore_checks/plugins/__init__.py @ ferringb@gmail.com-20100205073419-gdhx4ykd94jfzwox

Revision ferringb@gmail.com-20100205073419-gdhx4ykd94jfzwox, 187 bytes checked in by Brian Harring <ferringb@…>, 7 months ago (diff)

got gpg dual licensing agreement from marienz via email earlier today, so that completes all folk involved for dual licensing requirements (had the agreements from the rest)- thus pkgcore-checks is now BSD 3 clause or GPL2 for licensing

Line 
1# Copyright: 2006 Marien Zwart <marienz@gentoo.org>
2# License: BSD/GPL2
3
4
5"""pkgcore-checks plugins package."""
6
7
8from pkgcore.plugins import extend_path
9
10extend_path(__path__, __name__)
Note: See TracBrowser for help on using the repository browser.