summaryrefslogtreecommitdiffstats
path: root/image.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 /image.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 'image.py')
-rw-r--r--image.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/image.py b/image.py
index 5c4664774..5809c7a1a 100644
--- a/image.py
+++ b/image.py
@@ -22,6 +22,7 @@ import kudzu
import string
import shutil
import product
+import rhpl
from constants import *
@@ -35,7 +36,7 @@ log = logging.getLogger("anaconda")
if os.uname()[4] == "s390x":
_arch = "s390x"
else:
- _arch = iutil.getArch()
+ _arch = rhpl.getArch()
# given groupset containing information about selected packages, use
# the disc number info in the headers to come up with message describing