Validator should be a function, not a class, fix spacing/tab issues. Fix parsing...
authorAlec Warner <antarus@gentoo.org>
Mon, 23 Jul 2007 07:28:58 +0000 (07:28 -0000)
committerAlec Warner <antarus@gentoo.org>
Mon, 23 Jul 2007 07:28:58 +0000 (07:28 -0000)
commit6751c610e3c59caea7240d097d658ce16fc32392
tree063b1745776885031e4cddfa2a7cf77ccbaa2c48
parentff9402db196bb97d86adf670318aa69967b258eb
Validator should be a function, not a class, fix spacing/tab issues.  Fix parsing errors for KeyValuePairLoader.  Add a GenericFileLoader class that uses more than 1 loader in a vain attempt to figure out what kind of file it is.  Fix inheritance by renaming UserConfigKlass

svn path=/main/trunk/; revision=7368
pym/portage/env/config.py
pym/portage/env/loaders.py
pym/portage/env/validators.py [new file with mode: 0644]