summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-06-30 15:51:40 -0400
committerJeremy Katz <katzj@redhat.com>2009-07-01 10:21:37 -0400
commit2864a7a16f3b377c696199973ded068ea6756f44 (patch)
tree230750caa6f6204b8cd1270967ba8593fafe1f2d /isys
parent4a96b26da24f705156beea543868b1418ced07db (diff)
downloadanaconda-2864a7a16f3b377c696199973ded068ea6756f44.tar.gz
anaconda-2864a7a16f3b377c696199973ded068ea6756f44.tar.xz
anaconda-2864a7a16f3b377c696199973ded068ea6756f44.zip
Switch to using iutil.isS390 instead of rhpl.getArch
Diffstat (limited to 'isys')
-rwxr-xr-xisys/isys.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/isys/isys.py b/isys/isys.py
index 0ea19f260..48909c7a4 100755
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -36,7 +36,6 @@ import resource
import re
import struct
import block
-import rhpl
import dbus
import logging
@@ -483,7 +482,7 @@ def driveUsesModule(device, modules):
return rc
def vtActivate (num):
- if rhpl.getArch() == "s390":
+ if iutil.isS390():
return
_isys.vtActivate (num)