summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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