From b827b768035717c7934cce1463e822ec01e11f01 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 29 Dec 2003 03:52:16 +0000 Subject: use a local ref (Logical change 1.7) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@26 ce84e21b-d406-0410-9b95-82705330c041 --- src/Types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types.py b/src/Types.py index 0e88602df..af4c4e56b 100644 --- a/src/Types.py +++ b/src/Types.py @@ -14,7 +14,7 @@ class ConfigFile(object): if encoding == 'base64': self.xcontent=b2a_base64(content) else: - self.xcontent=content + self.xcontent=self.content def XMLSerialize(self): return self.format%(self.name,self.owner,self.group,self.perms,self.encoding,self.xcontent) -- cgit v1.2.3-1-g7c22