summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-04-14 21:27:19 +0000
committerMike Fulbright <msf@redhat.com>2003-04-14 21:27:19 +0000
commitd711a4b8738fea9a769342f04f2750ec93e87727 (patch)
treef233f244d7b9e489bf2c467fe1aeae361ee75750 /installmethod.py
parentdfcb8634d890406dfa4de433754aa0ce0b2515de (diff)
downloadanaconda-d711a4b8738fea9a769342f04f2750ec93e87727.tar.gz
anaconda-d711a4b8738fea9a769342f04f2750ec93e87727.tar.xz
anaconda-d711a4b8738fea9a769342f04f2750ec93e87727.zip
adjust function parameter to allow for possibility of callback, although not used for these methods yet
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 a89c26bf9..28c2008fb 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -79,7 +79,7 @@ class InstallMethod:
return tmppath
- def getFilename(self, h, timer):
+ def getFilename(self, h, timer, callback=None):
pass
def readHeaders(self):