From cd9189f0131e77f27d53498a45d104585bb5ee17 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 2 Nov 2004 21:08:18 +0000 Subject: use Element instead of XML (Logical change 1.139) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@633 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sbin') diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2 index e2d7c3b8e..e630a5f29 100644 --- a/src/sbin/bcfg2 +++ b/src/sbin/bcfg2 @@ -92,7 +92,7 @@ if __name__ == '__main__': sysexit(1) if setup['bundle']: - c = XML("") + c = Element("Configuration", version='2.0') for child in cfg.getroot().getchildren(): if ((child.tag == 'Bundle') and (child.attrib['name'] == setup['bundle'])): c.append(child) -- cgit v1.2.3-1-g7c22