summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-08 18:50:51 +0000
committerChris Lumens <clumens@redhat.com>2006-05-08 18:50:51 +0000
commit3c53223e2af7ec1d4f6aedf68753714228dd6a06 (patch)
treedd9aa9b0b4b5a955c10441714f36d018e7e09d47 /installmethod.py
parente0687e594988ec67c9f827fa7df17d198ff650b3 (diff)
downloadanaconda-3c53223e2af7ec1d4f6aedf68753714228dd6a06.tar.gz
anaconda-3c53223e2af7ec1d4f6aedf68753714228dd6a06.tar.xz
anaconda-3c53223e2af7ec1d4f6aedf68753714228dd6a06.zip
Kill getRPMFilename.
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/installmethod.py b/installmethod.py
index a0eb8aaf9..648066e52 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -65,9 +65,6 @@ class InstallMethod:
def getFilename(self, filename, callback=None, destdir=None, retry=1):
pass
- def getRPMFilename(self, filename, mediano, timer, callback=None):
- pass
-
def systemUnmounted(self):
pass