summaryrefslogtreecommitdiffstats
path: root/harddrive.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 /harddrive.py
parent54f1cc7461f7cafda6db84895919a1bab59f2f9b (diff)
downloadanaconda-24c29f1a190fe8bae02c65a10593f8646d597af0.tar.gz
anaconda-24c29f1a190fe8bae02c65a10593f8646d597af0.tar.xz
anaconda-24c29f1a190fe8bae02c65a10593f8646d597af0.zip
Remove legacy comps reading
Diffstat (limited to 'harddrive.py')
-rw-r--r--harddrive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/harddrive.py b/harddrive.py
index 23e47e430..291754817 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -99,7 +99,7 @@ class HardDriveInstallMethod(InstallMethod):
self.tree = None
self.isoDirIsMounted = 0
- def readCompsViaMethod(self, hdlist):
+ def readComps(self, hdlist):
self.mountMedia(1)
fname = self.findBestFileMatch(self.tree, 'comps.xml')
cs = groupSetFromCompsFile(fname, hdlist)