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 /network.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 'network.py')
-rw-r--r-- | network.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network.py b/network.py index a36f7e675..1a9a73a78 100644 --- a/network.py +++ b/network.py @@ -21,7 +21,8 @@ import string import isys import socket import os -from log import log + +from rhpl.log import log from rhpl.translate import _, N_ def inStrRange(v, s): |