summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-11-15 01:38:13 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-11-15 01:38:13 +0000
commit3e02b0ebd312ed936131f93aeea7991db2c50d6c (patch)
tree0847ea203a01ccfa2f510e005e24cc5939474bff /installmethod.py
parent42bc7e2093d83c0bcc734af93155a3591198db9b (diff)
downloadanaconda-3e02b0ebd312ed936131f93aeea7991db2c50d6c.tar.gz
anaconda-3e02b0ebd312ed936131f93aeea7991db2c50d6c.tar.xz
anaconda-3e02b0ebd312ed936131f93aeea7991db2c50d6c.zip
Remove legacy metadata handing
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/installmethod.py b/installmethod.py
index 29a510db9..f431dac2f 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -46,9 +46,6 @@ class InstallMethod:
def protectedPartitions(self):
return None
- def readComps(self, hdlist):
- pass
-
def getTempPath(self):
root = self.rootPath
pathlist = [ "/var/tmp", "/tmp",
@@ -71,9 +68,6 @@ class InstallMethod:
def getRPMFilename(self, h, timer, callback=None):
pass
- def readHeaders(self):
- pass
-
def systemUnmounted(self):
pass
@@ -91,6 +85,9 @@ class InstallMethod:
self.intf = intf
self.tree = None
+ def getMethodUri(self):
+ pass
+
def getSourcePath(self):
pass