summaryrefslogtreecommitdiffstats
path: root/urlinstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'urlinstall.py')
-rw-r--r--urlinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urlinstall.py b/urlinstall.py
index 2ce6f820e..fe0a4990e 100644
--- a/urlinstall.py
+++ b/urlinstall.py
@@ -35,7 +35,7 @@ DISCNUM = 1000002
class UrlInstallMethod(InstallMethod):
- def readComps(self, hdlist):
+ def readCompsViaMethod(self, hdlist):
return ComponentSet(self.baseUrl + '/RedHat/base/comps', hdlist)
def getFilename(self, h, timer):