diff options
author | Mike Fulbright <msf@redhat.com> | 2002-05-23 16:34:38 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-05-23 16:34:38 +0000 |
commit | 9828fc34cf4402bfad440123477dd5b8334b626d (patch) | |
tree | 49731f6dccca7095cf588fcc856c10809e44cae6 /upgrade.py | |
parent | 379f7b93c9708f99d4cc50291426f00beb27a465 (diff) | |
download | anaconda-9828fc34cf4402bfad440123477dd5b8334b626d.tar.gz anaconda-9828fc34cf4402bfad440123477dd5b8334b626d.tar.xz anaconda-9828fc34cf4402bfad440123477dd5b8334b626d.zip |
migrate to using rhpl log function
Diffstat (limited to 'upgrade.py')
-rw-r--r-- | upgrade.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/upgrade.py b/upgrade.py index 14ec1f1bd..09601c92b 100644 --- a/upgrade.py +++ b/upgrade.py @@ -25,10 +25,11 @@ import string from flags import flags from fsset import * from partitioning import * -from log import log -from rhpl.translate import _ from constants import * +from rhpl.log import log +from rhpl.translate import _ + def findRootParts(intf, id, dir, chroot): if dir == DISPATCH_BACK: return |