From fa569b912a887cadda1715759921cc5c0de1a8e4 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 8 Jul 2009 11:39:57 -0400 Subject: Make sure to have "self" as an argument. --- yuminstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yuminstall.py') 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() -- cgit