Change load() to have no default arguments, makes caller specifiy explicitly...I...
authorAlec Warner <antarus@gentoo.org>
Thu, 8 Mar 2007 06:44:06 +0000 (06:44 -0000)
committerAlec Warner <antarus@gentoo.org>
Thu, 8 Mar 2007 06:44:06 +0000 (06:44 -0000)
commit934a71d5ddeb42dba7dd35ab129760a3482c416f
tree368d4f3505d0a00122486d2a1f39f1b7b6d1f128
parent60cb59d71dd75b9ae476a9c6b6363ca1ff77375e
Change load() to have no default arguments, makes caller specifiy explicitly...I think assuming a default arg is bad here.  Also add PackageUse and PackageUseFile, change up the comments a bit.  I've started to notice code re-use here; these are basically the same code.  I think I will write up the rest of the package* classes and then perform code merges to save LOC and memory and whatnot

svn path=/main/trunk/; revision=6192
pym/portage/env/config.py
pym/portage/tests/env/config/test_PackageKeywordsFile.py
pym/portage/tests/env/config/test_PackageUseFile.py [new file with mode: 0644]