summaryrefslogtreecommitdiffstats
path: root/installclasses/rhel.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclasses/rhel.py')
-rw-r--r--installclasses/rhel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index 11467988d..668e9cb53 100644
--- a/installclasses/rhel.py
+++ b/installclasses/rhel.py
@@ -177,8 +177,8 @@ class InstallClass(BaseInstallClass):
def getBackend(self):
return yuminstall.YumBackend
- def __init__(self, expert):
- BaseInstallClass.__init__(self, expert)
+ def __init__(self):
+ BaseInstallClass.__init__(self)
self.repopaths = { "base": "%s" %(productPath,) }