From 4fc505d551e9795a569135dfe24ddfc44c97a7c0 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Thu, 20 Apr 2000 20:27:59 +0000 Subject: Fixups to make modules findable after text and gui file renaming --- iw/silo_gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iw/silo_gui.py') diff --git a/iw/silo_gui.py b/iw/silo_gui.py index 588ff7c02..2241b2b70 100644 --- a/iw/silo_gui.py +++ b/iw/silo_gui.py @@ -1,9 +1,9 @@ # must replace with explcit form so update disks will work -#from iw import * +from iw_gui import * from gtk import * from translate import _ -from xpms import SMALL_CHECK +from xpms_gui import SMALL_CHECK import GdkImlib class SiloWindow (InstallWindow): -- cgit