summaryrefslogtreecommitdiffstats
path: root/iw/examine_gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-29 16:23:14 +0000
committerMatt Wilson <msw@redhat.com>2000-06-29 16:23:14 +0000
commitfa493443414f24281a0b47e07422931be7c72fbb (patch)
treeb33f42eee5dec55b8583b45ac4a66500050a87a6 /iw/examine_gui.py
parentbc63efe0fa4f2454bc325f3238058c26d0dbccc1 (diff)
downloadanaconda-fa493443414f24281a0b47e07422931be7c72fbb.tar.gz
anaconda-fa493443414f24281a0b47e07422931be7c72fbb.tar.xz
anaconda-fa493443414f24281a0b47e07422931be7c72fbb.zip
fixed indiv. package selection
Diffstat (limited to 'iw/examine_gui.py')
-rw-r--r--iw/examine_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py
index 91a3f2f6c..b3471d50c 100644
--- a/iw/examine_gui.py
+++ b/iw/examine_gui.py
@@ -23,7 +23,7 @@ class UpgradeExamineWindow (InstallWindow):
if self.individualPackages.get_active ():
# XXX fix me
- from package import IndividualPackageSelectionWindow
+ from package_gui import IndividualPackageSelectionWindow
return IndividualPackageSelectionWindow
return None