summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2006-02-08 18:36:35 +0000
committerPaul Nasrat <pnasrat@redhat.com>2006-02-08 18:36:35 +0000
commit03bd9b4f0e800b61139e1e0a13564252a432a5cc (patch)
tree56459701a203ca0231b8b36c5cf5920398c2a100 /backend.py
parent5e8936a7f9cbe271202e7c43c9f7dab707531b24 (diff)
downloadanaconda-03bd9b4f0e800b61139e1e0a13564252a432a5cc.tar.gz
anaconda-03bd9b4f0e800b61139e1e0a13564252a432a5cc.tar.xz
anaconda-03bd9b4f0e800b61139e1e0a13564252a432a5cc.zip
Fix warning
Diffstat (limited to 'backend.py')
-rw-r--r--backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.py b/backend.py
index 52d644720..afa6811a9 100644
--- a/backend.py
+++ b/backend.py
@@ -97,7 +97,7 @@ class AnacondaBackend:
else:
self.modeText = _("Installing %s-%s-%s.%s.\n")
- def kernelVersionList():
+ def kernelVersionList(self):
pass
def doInitialSetup(self, id, instPath):