Begin splitting up generic_stage_target into smaller code blocks.
authorBrian Dolbec <dolsen@gentoo.org>
Sun, 20 Jan 2013 08:10:03 +0000 (00:10 -0800)
committerBrian Dolbec <dolsen@gentoo.org>
Thu, 28 Feb 2013 01:38:12 +0000 (17:38 -0800)
commit2f721fcdad8f99e06aa57457792a0b96458b922e
tree94b1550857367bac1ba8b932d8c5a68898ef06bd
parent305cde6bdedf145310ead96ec542c1c175a0a009
Begin splitting up generic_stage_target into smaller code blocks.

This so snapshot_target does not need to import it since most of it was
not used or initialized properly.
catalyst/targets/clearbase.py [new file with mode: 0644]
catalyst/targets/genbase.py [new file with mode: 0644]
catalyst/targets/generic_stage_target.py
catalyst/targets/snapshot_target.py
catalyst/targets/targetbase.py [moved from catalyst/targets/generic_target.py with 60% similarity]