summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2008-02-05 16:09:01 -0600
committerDavid Lehman <dlehman@redhat.com>2008-02-05 16:09:01 -0600
commit6103919d0e75640edf89d67f5d7d475b07ac02cb (patch)
treee8d1dd2fc10fcba8058d35779f63c1f13d45a93e /yuminstall.py
parent533a4f7da8fb0dd7cb2906ee79a812d492bfe948 (diff)
downloadanaconda-6103919d0e75640edf89d67f5d7d475b07ac02cb.tar.gz
anaconda-6103919d0e75640edf89d67f5d7d475b07ac02cb.tar.xz
anaconda-6103919d0e75640edf89d67f5d7d475b07ac02cb.zip
Fix typo.
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 a273995b4..65e5c0ee2 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -780,7 +780,7 @@ class YumBackend(AnacondaBackend):
log.debug("Error copying media.repo: %s" %(e,))
try:
- i = inparse.ConfigParser()
+ i = iniparse.ConfigParser()
i.read("%s/media.repo" % self.ayum.tree)
repo = i.sections()[0]
del i