summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-12-12 21:35:44 +0000
committerMatt Wilson <msw@redhat.com>2000-12-12 21:35:44 +0000
commit2722e7eb67339247838883fb38f2461c4c4f7f0d (patch)
tree56ba7211533c960bb5dd81829a8fc014c2195017 /iw
parentd0fb24738ee9312521d5b4ec75ac1a79a5ab26b0 (diff)
downloadanaconda-2722e7eb67339247838883fb38f2461c4c4f7f0d.tar.gz
anaconda-2722e7eb67339247838883fb38f2461c4c4f7f0d.tar.xz
anaconda-2722e7eb67339247838883fb38f2461c4c4f7f0d.zip
fixes for alpha
Diffstat (limited to 'iw')
-rw-r--r--iw/lilo_gui.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/iw/lilo_gui.py b/iw/lilo_gui.py
index e5b0d97f2..2beb69dd6 100644
--- a/iw/lilo_gui.py
+++ b/iw/lilo_gui.py
@@ -5,7 +5,9 @@ from gtk import *
from translate import _
from xpms_gui import SMALL_CHECK
import GdkImlib
-import edd
+import iutil
+if iutil.getArch() == 'i386':
+ import edd
class LiloWindow (InstallWindow):
foo = GdkImlib.create_image_from_xpm (SMALL_CHECK)