diff options
author | Mike Fulbright <msf@redhat.com> | 2003-05-02 21:19:59 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-05-02 21:19:59 +0000 |
commit | 5684cd12f2bc9d875004aad5916702f1bd195c07 (patch) | |
tree | ea2c9784592e1a56dcbf8122bf8a2e5f1eb47721 /anaconda | |
parent | 0010a746eb01e62f89467f23649c67632f76c5c5 (diff) | |
download | anaconda-5684cd12f2bc9d875004aad5916702f1bd195c07.tar.gz anaconda-5684cd12f2bc9d875004aad5916702f1bd195c07.tar.xz anaconda-5684cd12f2bc9d875004aad5916702f1bd195c07.zip |
somehow we were losing this now in http/ftp install stage 2 (shrike has it however)
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -588,6 +588,7 @@ if traceOnly: from text import InstallInterface from text import stepToClasses import pdb + import warnings import image import harddrive import urlinstall |