summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2006-11-17 09:06:46 +0000
committerPaul Nasrat <pnasrat@redhat.com>2006-11-17 09:06:46 +0000
commitdbfdfbc1756be53d7bcd6d7471ba1d6139897189 (patch)
tree728c1afc2aee888ae5751ca224dfd8c8b0510cbc /backend.py
parentf9855f953d0b2d642ef3b0eeeed19af03f511798 (diff)
downloadanaconda-dbfdfbc1756be53d7bcd6d7471ba1d6139897189.tar.gz
anaconda-dbfdfbc1756be53d7bcd6d7471ba1d6139897189.tar.xz
anaconda-dbfdfbc1756be53d7bcd6d7471ba1d6139897189.zip
Backport fix for text language selection (#215867)
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 5e6e0e891..3ca6bd034 100644
--- a/backend.py
+++ b/backend.py
@@ -132,7 +132,7 @@ class AnacondaBackend:
log.warning("deselectPackage not implemented for backend!")
pass
- def getDefaultGroups(self):
+ def getDefaultGroups(self, anaconda):
log.warning("getDefaultGroups not implemented for backend!")
pass