summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index bfc39c4ea..556bc1429 100644
--- a/installclass.py
+++ b/installclass.py
@@ -415,7 +415,7 @@ class BaseInstallClass(object):
mouse.set(mouseName, emulThree, device)
id.setMouse(mouse)
- def getBackend(self):
+ def getBackend(self, methodstr):
# this should be overriden in distro install classes
from backend import AnacondaBackend
return AnacondaBackend