diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-04-24 21:18:38 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-04-24 21:18:38 +0000 |
commit | d78c2a34f115db905cced9d6b8faa8b93b098c84 (patch) | |
tree | 79db01b59e46aaac308f10828a930144305f1123 /comps.py | |
parent | 478cec1c1c05b52190fa3a35e8794357713e4a6e (diff) | |
download | anaconda-d78c2a34f115db905cced9d6b8faa8b93b098c84.tar.gz anaconda-d78c2a34f115db905cced9d6b8faa8b93b098c84.tar.xz anaconda-d78c2a34f115db905cced9d6b8faa8b93b098c84.zip |
iutil is needed for the pseries/iseries stuff
Diffstat (limited to 'comps.py')
-rw-r--r-- | comps.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ import types import urllib2 import time import language +import iutil from rhpl.log import log from rhpl.translate import _, N_ |