summaryrefslogtreecommitdiffstats
path: root/urlinstall.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-02-08 20:07:45 +0000
committerMike Fulbright <msf@redhat.com>2002-02-08 20:07:45 +0000
commit13dfc1d68adb6d7775c333cb47dd87f7a36ad1df (patch)
tree46c5558e0427fd6746a289e23035599fb0a6c9a2 /urlinstall.py
parentc560709fd8d2f3a38decf37dcca8a4412199b031 (diff)
downloadanaconda-13dfc1d68adb6d7775c333cb47dd87f7a36ad1df.tar.gz
anaconda-13dfc1d68adb6d7775c333cb47dd87f7a36ad1df.tar.xz
anaconda-13dfc1d68adb6d7775c333cb47dd87f7a36ad1df.zip
now read comps from updates if present
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):