summaryrefslogtreecommitdiffstats
path: root/urlinstall.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-04-18 20:32:36 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-04-18 20:32:36 +0000
commit8ac2585dab2f2a883dc60c6f4dabb2866b1fcc2a (patch)
tree0fa80dce26a4009bc654bf1b5190e7bcbdd1696d /urlinstall.py
parent9cf0a324ff10a6816a5c3b8a82aa9b40d63f48b8 (diff)
downloadanaconda-8ac2585dab2f2a883dc60c6f4dabb2866b1fcc2a.tar.gz
anaconda-8ac2585dab2f2a883dc60c6f4dabb2866b1fcc2a.tar.xz
anaconda-8ac2585dab2f2a883dc60c6f4dabb2866b1fcc2a.zip
* urlinstall.py: Remove some traceonly mode stuff.
Diffstat (limited to 'urlinstall.py')
-rw-r--r--urlinstall.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/urlinstall.py b/urlinstall.py
index f7a998742..919be2519 100644
--- a/urlinstall.py
+++ b/urlinstall.py
@@ -27,18 +27,9 @@ from constants import *
from rhpl.translate import _
-# we import these explicitly because urllib loads them dynamically, which
-# stinks -- and we need to have them imported for the --traceonly option
-import ftplib
-import httplib
-import StringIO
-
import logging
log = logging.getLogger("anaconda")
-FILENAME = 1000000
-DISCNUM = 1000002
-
def urlretrieve(location, file, callback=None):
"""Downloads from location and saves to file."""
if callback is not None: