Move common file functionality into a FileLoader class and delegate parsing to subcla...
authorAlec Warner <antarus@gentoo.org>
Mon, 23 Jul 2007 05:23:18 +0000 (05:23 -0000)
committerAlec Warner <antarus@gentoo.org>
Mon, 23 Jul 2007 05:23:18 +0000 (05:23 -0000)
commit29b10eda9289ce8057de38186fb3b8a141eeeb1b
tree9f5abf26fe33b0a1c5282e42c3e0468d501cffe5
parent54f7dcc57b420d21af0268ba10a61b724cf3ed29
Move common file functionality into a FileLoader class and delegate parsing to subclasses via a lineParser func, no idea how this will work performance wise.  Fix errors in parser (blank lines are not errors ;))

svn path=/main/trunk/; revision=7365
pym/portage/env/config.py
pym/portage/env/loaders.py