summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-08-16 19:34:19 +0000
committerJeremy Katz <katzj@redhat.com>2005-08-16 19:34:19 +0000
commit4e6138846d6124c632a0e08e3bf384bb35c24a10 (patch)
tree06bd9f9d8da87c4a7ced71fefc748027b07637d0 /iw
parentd3c076a5dd6beddd79149de5b3095c3f3556b1e0 (diff)
downloadanaconda-4e6138846d6124c632a0e08e3bf384bb35c24a10.tar.gz
anaconda-4e6138846d6124c632a0e08e3bf384bb35c24a10.tar.xz
anaconda-4e6138846d6124c632a0e08e3bf384bb35c24a10.zip
2005-08-16 Jeremy Katz <katzj@redhat.com>
* iw/installpath_gui.py: Remove unused vars (msw@rpath.com)
Diffstat (limited to 'iw')
-rw-r--r--iw/installpath_gui.py16
1 files changed, 4 insertions, 12 deletions
diff --git a/iw/installpath_gui.py b/iw/installpath_gui.py
index 4ec835219..f917a7be0 100644
--- a/iw/installpath_gui.py
+++ b/iw/installpath_gui.py
@@ -19,15 +19,7 @@ from iw_gui import InstallWindow
from flags import flags
from rhpl.translate import _, N_
-UPGRADE = 0
-INSTALL = 1
-
-CUSTOM = 2
-WORKSTATION_GNOME = 3
-WORKSTATION_KDE = 4
-SERVER = 5
-
-class InstallPathWindow (InstallWindow):
+class InstallPathWindow (InstallWindow):
installTypes = installclass.availableClasses()
htmlTag = "instpath"
@@ -66,13 +58,13 @@ class InstallPathWindow (InstallWindow):
# InstallPathWindow tag="instpath"
- def getScreen(self, dispatch, id, method, intf):
+ def getScreen(self, dispatch, id, method, intf):
self.id = id
self.intf = intf
self.flags = flags
self.method = method
self.dispatch = dispatch
-
+
vbox = gtk.VBox (False, 10)
vbox.set_border_width (8)
@@ -104,7 +96,7 @@ class InstallPathWindow (InstallWindow):
self.currentClassName = currentClass.name
self.r.setCurrent(self.currentClassName)
-
+
box = gtk.VBox (False)
box.pack_start(b, False)