From d6373523dd016bfd7718b95b5c873785f1f97497 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 10 Aug 2004 21:16:10 +0000 Subject: update to use proper class (Logical change 1.29) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@147 ce84e21b-d406-0410-9b95-82705330c041 --- src/bundler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/bundler.py b/src/bundler.py index 0326ea7c4..93658ed94 100644 --- a/src/bundler.py +++ b/src/bundler.py @@ -4,12 +4,12 @@ from copy import deepcopy from syslog import LOG_ERR, syslog -from GeneratorUtils import XMLFileBacked, DirectoryBacked +from GeneratorUtils import SingleXMLFileBacked, DirectoryBacked from Structure import Structure from elementtree.ElementTree import Element, XML, tostring -class ImageFile(XMLFileBacked): +class ImageFile(SingleXMLFileBacked): def Index(self): a = XML(self.data) self.attr = a.attrib -- cgit v1.2.3-1-g7c22