summaryrefslogtreecommitdiffstats
path: root/network.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-23 16:34:38 +0000
committerMike Fulbright <msf@redhat.com>2002-05-23 16:34:38 +0000
commit9828fc34cf4402bfad440123477dd5b8334b626d (patch)
tree49731f6dccca7095cf588fcc856c10809e44cae6 /network.py
parent379f7b93c9708f99d4cc50291426f00beb27a465 (diff)
downloadanaconda-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.py3
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):