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 /urlinstall.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 'urlinstall.py')
-rw-r--r-- | urlinstall.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/urlinstall.py b/urlinstall.py index f75204c1f..9b680ed9d 100644 --- a/urlinstall.py +++ b/urlinstall.py @@ -22,7 +22,6 @@ import urllib import string import struct import socket -from log import log # we import these explicitly because urllib loads them dynamically, which # stinks -- and we need to have them imported for the --traceonly option @@ -30,6 +29,8 @@ import ftplib import httplib import StringIO +from rhpl.log import log + FILENAME = 1000000 DISCNUM = 1000002 |