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)
committerW. Trevor King <wking@tremily.us>
Sun, 15 Dec 2013 04:25:05 +0000 (20:25 -0800)
commitd018f0d8ea29d0326299b40f92e42f8c0fa7a66c
treedb03372c213d08356b940a677c82545d49003c4b
parent015a26dbe322ab6451f0d8a0710b4320bf046970
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]