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 /partitions.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 'partitions.py')
-rw-r--r-- | partitions.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/partitions.py b/partitions.py index 4b125245a..2ab4cc2e0 100644 --- a/partitions.py +++ b/partitions.py @@ -23,8 +23,6 @@ import string import os, sys from constants import * -from rhpl.translate import _ -from log import log import fsset import raid @@ -33,6 +31,9 @@ import partRequests from partitioning import requestSize +from rhpl.translate import _ +from rhpl.log import log + class Partitions: """Defines all of the partition requests and delete requests.""" def __init__ (self, diskset = None): |