Move custom exception classes to catalyst.error and all spawn-related functions to...
authorAndrew Gaffney <agaffney@gentoo.org>
Sun, 11 Jan 2009 22:59:14 +0000 (16:59 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Sun, 11 Jan 2009 22:59:14 +0000 (16:59 -0600)
commit0693a0472f1c722459cea27a23dedf84aed5bbd7
tree85907793e25ac4b3912088c0755506d398894ce3
parent7a957e8ebd6e9e567436e1867f3a412836fedbc7
Move custom exception classes to catalyst.error and all spawn-related functions to catalyst.spawn
17 files changed:
ChangeLog
catalyst
modules/catalyst/arch/powerpc.py
modules/catalyst/arch/sparc.py
modules/catalyst/arch/x86.py
modules/catalyst/config.py
modules/catalyst/error.py [new file with mode: 0644]
modules/catalyst/hash.py
modules/catalyst/spawn.py [new file with mode: 0644]
modules/catalyst/support.py
modules/catalyst/target/generic_stage.py
modules/catalyst/target/grp.py
modules/catalyst/target/livecd_stage2.py
modules/catalyst/target/netboot.py
modules/catalyst/target/netboot2.py
modules/catalyst/target/tinderbox.py
modules/catalyst/util.py