summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
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)