summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 5170e949a..d1cb626e6 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -555,7 +555,7 @@ class AnacondaYum(YumSorter):
# We need to make sure $releasever gets set up before .repo files are
# read. Since there's no redhat-release package in /mnt/sysimage (and
# won't be for quite a while), we need to do our own substutition.
- def _getReleasever():
+ def _getReleasever(self):
from ConfigParser import ConfigParser
c = ConfigParser()