summaryrefslogtreecommitdiffstats
path: root/packages.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 /packages.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 'packages.py')
-rw-r--r--packages.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index dcd6801ad..48c8056d5 100644
--- a/packages.py
+++ b/packages.py
@@ -32,6 +32,7 @@ from constants import *
from syslogd import syslog
from installmethod import FileCopyException
+import rhpl
from rhpl.translate import _
import rhpl.arch
@@ -178,7 +179,7 @@ def setupTimezone(timezone, upgrade, instPath, dir):
except OSError, (errno, msg):
log.error("Error copying timezone (from %s): %s" %(tzfile, msg))
- if iutil.getArch() == "s390":
+ if rhpl.getArch() == "s390":
return
args = [ "/usr/sbin/hwclock", "--hctosys" ]
if timezone.utc: