diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-22 21:46:16 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-22 21:46:16 +0000 |
commit | 39d3d20bb5a12e931f7f00c57c20cb35fa306632 (patch) | |
tree | e0930a10fa2314c0cdb0563eccc38d3ac25c9436 /urlinstall.py | |
parent | 148c16ab1836bf5a8dea6cda5ed7d409a1f019a5 (diff) | |
download | anaconda-39d3d20bb5a12e931f7f00c57c20cb35fa306632.tar.gz anaconda-39d3d20bb5a12e931f7f00c57c20cb35fa306632.tar.xz anaconda-39d3d20bb5a12e931f7f00c57c20cb35fa306632.zip |
copyright
Diffstat (limited to 'urlinstall.py')
-rw-r--r-- | urlinstall.py | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/urlinstall.py b/urlinstall.py index 060c1e940..3e0ffcc54 100644 --- a/urlinstall.py +++ b/urlinstall.py @@ -1,4 +1,17 @@ -# Install method for disk image installs (CD & NFS) +# +# urlinstall.py - URL based install source method +# +# Erik Troan <ewt@redhat.com> +# +# Copyright 2001 Red Hat, Inc. +# +# This software may be freely redistributed under the terms of the GNU +# library public license. +# +# You should have received a copy of the GNU Library Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# from comps import ComponentSet, HeaderList from installmethod import InstallMethod @@ -11,7 +24,8 @@ import struct import socket from log import log -# we import these explicitly because urllib loads them dynamically, which stinks +# 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 |