From: John P. Davis Date: Mon, 11 Oct 2004 15:41:23 +0000 (+0000) Subject: fixing more indentation errors X-Git-Tag: CATALYST_2_0_6_916~918 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d9c594d523548a205a7cd97d60d6a758b9067c4e;p=catalyst.git fixing more indentation errors git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@455 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/modules/netboot.py b/modules/netboot.py index 5d3af157..fbb67d6a 100644 --- a/modules/netboot.py +++ b/modules/netboot.py @@ -1,6 +1,6 @@ # Distributed under the GNU General Public License version 2 # Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/Attic/netboot.py,v 1.3 2004/10/11 15:31:39 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/Attic/netboot.py,v 1.4 2004/10/11 15:41:23 zhen Exp $ """ Builder class for a netboot build. @@ -28,8 +28,8 @@ class netboot_target(generic_stage_target): if addlargs.has_key("netboot/packages"): if type(addlargs["netboot/packages"]) == types.StringType: loopy=[addlargs["netboot/packages"]] - else: - loopy=addlargs["netboot/packages"] + else: + loopy=addlargs["netboot/packages"] for x in loopy: self.required_values.append("netboot/packages/"+x+"/files")