summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-11-04 16:21:35 +0000
committerJeremy Katz <katzj@redhat.com>2002-11-04 16:21:35 +0000
commit1071f5cf6167c874ce972bd57a884e3a3db445a0 (patch)
tree8e951d8fdeb8f61304fb24b7546342fb196f4c96
parent896a738513ae7219ec53f91a395a8a0b7f13f9e1 (diff)
downloadanaconda-1071f5cf6167c874ce972bd57a884e3a3db445a0.tar.gz
anaconda-1071f5cf6167c874ce972bd57a884e3a3db445a0.tar.xz
anaconda-1071f5cf6167c874ce972bd57a884e3a3db445a0.zip
oops
-rw-r--r--urlinstall.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/urlinstall.py b/urlinstall.py
index ad388f29b..688fecda8 100644
--- a/urlinstall.py
+++ b/urlinstall.py
@@ -35,7 +35,7 @@ FILENAME = 1000000
DISCNUM = 1000002
def urlretrieve(location, file):
- """Downloads from location and saves to file."
+ """Downloads from location and saves to file."""
url = urllib2.urlopen(location)
f = open(file, 'w+')
@@ -171,4 +171,3 @@ class UrlInstallMethod(InstallMethod):
else:
self.multiDiscs = 0
self.pkgUrl = self.baseUrl
-