summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-08-10 21:16:10 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-08-10 21:16:10 +0000
commitd6373523dd016bfd7718b95b5c873785f1f97497 (patch)
tree4f88d35bd34ac5deecd987cbf71a9ba2f1eaf800 /src
parent7a33177fca8c028badbdf682208e30d713a1ff1e (diff)
downloadbcfg2-d6373523dd016bfd7718b95b5c873785f1f97497.tar.gz
bcfg2-d6373523dd016bfd7718b95b5c873785f1f97497.tar.bz2
bcfg2-d6373523dd016bfd7718b95b5c873785f1f97497.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/bundler.py4
1 files changed, 2 insertions, 2 deletions
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