summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-28 01:44:25 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-28 01:44:25 +0000
commit5998681beab7d9188e56503a7b446d7eea0fb910 (patch)
treed15bc2599d8d86ee5a840dec5530e9b2f9414acf /comps.py
parente42feb71cd83276c00a54e4c9929f0ebad1e3520 (diff)
downloadanaconda-5998681beab7d9188e56503a7b446d7eea0fb910.tar.gz
anaconda-5998681beab7d9188e56503a7b446d7eea0fb910.tar.xz
anaconda-5998681beab7d9188e56503a7b446d7eea0fb910.zip
I'm an idiot
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/comps.py b/comps.py
index 7fc52eeb8..737defc9b 100644
--- a/comps.py
+++ b/comps.py
@@ -499,7 +499,7 @@ class ComponentSet:
else:
connected = 1
- self.compsxml = rhpl.Comps(file)
+ self.compsxml = rhpl.comps.Comps(file)
file.close()
self.comps = []