[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 2/6] Switch to using iutil.isS390 instead of rhpl.getArch
- From: Jeremy Katz <katzj redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 2/6] Switch to using iutil.isS390 instead of rhpl.getArch
- Date: Tue, 30 Jun 2009 16:08:40 -0400
---
isys/isys.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/isys/isys.py b/isys/isys.py
index 0ea19f2..48909c7 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)
--
1.6.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]