summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-03-24 21:01:36 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-03-24 21:01:36 +0000
commit752f4a828a20c5bee9c77b21ac334796d8ec1d5b (patch)
tree8d776d3fb983ed80bf2630e2f5b3c02e06832e7b /text.py
parenta08b8d82c731893a3c0010fec81324526cfaf8ad (diff)
downloadanaconda-752f4a828a20c5bee9c77b21ac334796d8ec1d5b.tar.gz
anaconda-752f4a828a20c5bee9c77b21ac334796d8ec1d5b.tar.xz
anaconda-752f4a828a20c5bee9c77b21ac334796d8ec1d5b.zip
Get ready for a surprise...
not really. It's just iutil.getArch() -> rhpl.getArch() updates.
Diffstat (limited to 'text.py')
-rw-r--r--text.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/text.py b/text.py
index 0e0c01cfd..4b51b0ecf 100644
--- a/text.py
+++ b/text.py
@@ -31,6 +31,7 @@ from constants import *
from network import hasActiveNetDev
import floppy
+import rhpl
from rhpl.translate import _, cat, N_
import logging
@@ -70,7 +71,7 @@ stepToClasses = {
"complete" : ("complete_text", "FinishedWindow"),
}
-if iutil.getArch() == 's390':
+if rhpl.getArch() == 's390':
stepToClasses["bootloader"] = ("zipl_text", ( "ZiplWindow"))
class InstallWindow:
@@ -226,7 +227,7 @@ class InstallInterface:
try:
f = None
- arch = "-%s" % (iutil.getArch(),)
+ arch = "-%s" % (rhpl.getArch(),)
tags = ["%s" % (arch,), "" ]
# XXX