From 0afad97dfdd9fa0051240f06b18ad37c7a62fe3c Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 11 Nov 2004 15:49:05 +0000 Subject: fix call stuff (Logical change 1.151) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@674 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Structures/Bundler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/Server') diff --git a/src/lib/Server/Structures/Bundler.py b/src/lib/Server/Structures/Bundler.py index e26b44373..676acec48 100644 --- a/src/lib/Server/Structures/Bundler.py +++ b/src/lib/Server/Structures/Bundler.py @@ -34,8 +34,8 @@ class ImageFile(SingleXMLFileBacked): class Bundle(XMLFileBacked): '''Bundles are configuration specifications (with image/translation abstraction)''' - def __init__(self, filename, fam): - XMLFileBacked.__init__(self, filename, fam) + def __init__(self, filename): + XMLFileBacked.__init__(self, filename) self.all = [] self.attributes = {} self.systems = {} -- cgit v1.2.3-1-g7c22