From 0aebddf56d552fd2ee3f329085b7acb917946a55 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Sat, 18 Dec 1999 03:10:10 +0000 Subject: speed up import, remove unused code --- gui.py | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'gui.py') diff --git a/gui.py b/gui.py index 4e1cb2463..2952ae21f 100755 --- a/gui.py +++ b/gui.py @@ -8,6 +8,7 @@ def _(string): from gtk import * from gtk import _root_window +from _gtk import gtk_set_locale import GdkImlib from GDK import * @@ -44,31 +45,16 @@ from gnome.ui import * from gnome.xmhtml import * from iw.language import * from iw.welcome import * -from iw.progress import * -from iw.package import * -from iw.network import * -from iw.account import * -from iw.rootpartition import * -from iw.auth import * from iw.mouse import * from iw.keyboard import * -from iw.format import * -from iw.congrats import * -from iw.dependencies import * -from iw.lilo import * from iw.installpath import * -import sys - import isys import sys -import thread import rpm from thread import * from threading import * -import time -from _gtk import gtk_set_locale class WaitWindow: def __init__(self, title, text): @@ -546,7 +532,6 @@ class InstallControlWindow (Thread): vbox.pack_end (self.hbox, FALSE) self.html = GtkXmHTML() -# html.set_dithering(FALSE) # this forces creation of CC self.html.set_allow_body_colors(TRUE) self.html.source ("HTML Help Window") self.displayHelp = TRUE -- cgit