summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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