summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-11-27 22:24:28 +0000
committerJeremy Katz <katzj@redhat.com>2001-11-27 22:24:28 +0000
commitdc2531766bb4f0230309179b19e17f94b4f4e925 (patch)
tree04fd62af03e7b5865f5916a3c400239c7bac7cde /installmethod.py
parenta9afcd987a485915c625ed57b7e31d2eb4b79203 (diff)
downloadanaconda-dc2531766bb4f0230309179b19e17f94b4f4e925.tar.gz
anaconda-dc2531766bb4f0230309179b19e17f94b4f4e925.tar.xz
anaconda-dc2531766bb4f0230309179b19e17f94b4f4e925.zip
more pychecker fun
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 f295fe71c..97d28e49d 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -9,7 +9,7 @@ class InstallMethod:
def readComps(self, hdlist):
pass
- def getFilename(self, h):
+ def getFilename(self, h, timer):
pass
def readHeaders(self):