Part of my attempt now involves cleaning up config; this means for me; removing the...
authorAlec Warner <antarus@gentoo.org>
Wed, 7 Mar 2007 06:38:05 +0000 (06:38 -0000)
committerAlec Warner <antarus@gentoo.org>
Wed, 7 Mar 2007 06:38:05 +0000 (06:38 -0000)
commit60cb59d71dd75b9ae476a9c6b6363ca1ff77375e
tree3f5ef21ec57865225acf6ab195bed661d7fc88aa
parentf4eadc536e93cc9f429d249989a61b019c82d6bb
Part of my attempt now involves cleaning up config; this means for me; removing the file-based stuff from it (config_path) and encapsulating that into classes.  This is the first one, a simple PackageKeywords class that does file-based stuff, no recursion yet but soon. Trying to do TDD here as well,so tests first then code.

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