From: Daniel Robbins Date: Tue, 20 Jan 2004 22:34:14 +0000 (+0000) Subject: syntax fix X-Git-Tag: CATALYST_1_0_1~54 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1e570df83eedb0a3be13a41e54fcfea58fe6892f;p=catalyst.git syntax fix git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@186 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/modules/targets.py b/modules/targets.py index 474f25e2..4b4ca1d8 100644 --- a/modules/targets.py +++ b/modules/targets.py @@ -498,12 +498,10 @@ def run_local(self): self.unbind() raise CatalystError,"livecd-stage2 build aborting due to error." -class livecd_stage3_target(generic_stage_target): - def __init__(self,spec,addlargs): def register(foo): foo.update({"stage1":stage1_target,"stage2":stage2_target,"stage3":stage3_target, "grp":grp_target,"livecd-stage1":livecd_stage1_target, - "livecd-stage2":livecd_stage2_target,"livecd-stage3":livecd_stage3_target, + "livecd-stage2":livecd_stage2_target, "snapshot":snapshot_target,"tinderbox":tinderbox_target}) return foo