summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-11-15 02:43:34 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-11-15 02:43:34 +0000
commitc7f542f61836d6a79837bb3a38ba93793d99e1ba (patch)
tree6d1f83e60d564c4d1487e28f8ad751667a0037ef /installmethod.py
parent95e2b35eb224d50525d17756f3e59b1b3179f1b5 (diff)
downloadanaconda-c7f542f61836d6a79837bb3a38ba93793d99e1ba.tar.gz
anaconda-c7f542f61836d6a79837bb3a38ba93793d99e1ba.tar.xz
anaconda-c7f542f61836d6a79837bb3a38ba93793d99e1ba.zip
Change getRPMFileName signature, use in callback
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installmethod.py b/installmethod.py
index f431dac2f..e8613e029 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -65,7 +65,7 @@ class InstallMethod:
def getFilename(self, filename, callback=None, destdir=None, retry=1):
pass
- def getRPMFilename(self, h, timer, callback=None):
+ def getRPMFilename(self, filename, h, timer, callback=None):
pass
def systemUnmounted(self):