summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-08-19 15:07:43 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-08-19 15:07:43 +0000
commit24c29f1a190fe8bae02c65a10593f8646d597af0 (patch)
tree3853f61e53c89bafde865f303329042bf4922cca /image.py
parent54f1cc7461f7cafda6db84895919a1bab59f2f9b (diff)
downloadanaconda-24c29f1a190fe8bae02c65a10593f8646d597af0.tar.gz
anaconda-24c29f1a190fe8bae02c65a10593f8646d597af0.tar.xz
anaconda-24c29f1a190fe8bae02c65a10593f8646d597af0.zip
Remove legacy comps reading
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.py b/image.py
index 343bbab07..580b6ca5b 100644
--- a/image.py
+++ b/image.py
@@ -101,7 +101,7 @@ def presentRequiredMediaMessage(intf, grpset):
class ImageInstallMethod(InstallMethod):
- def readCompsViaMethod(self, hdlist):
+ def readComps(self, hdlist):
fname = self.findBestFileMatch(self.tree, 'comps.xml')
if fname is None:
raise FileCopyException