summaryrefslogtreecommitdiffstats
path: root/urlinstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'urlinstall.py')
-rw-r--r--urlinstall.py3
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