diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2005-08-24 17:48:43 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2005-08-24 17:48:43 +0000 |
commit | 7e0de54d4874f4cc1f2cf8631c6eb7c02bb21257 (patch) | |
tree | 9ee1e1f9a9f41d3bca9d31d096963605857bcec6 /dispatch.py | |
parent | 169a2e0a3ddfd6c2cf99ff64e54a150114ff0de5 (diff) | |
download | anaconda-7e0de54d4874f4cc1f2cf8631c6eb7c02bb21257.tar.gz anaconda-7e0de54d4874f4cc1f2cf8631c6eb7c02bb21257.tar.xz anaconda-7e0de54d4874f4cc1f2cf8631c6eb7c02bb21257.zip |
Remove dependency checking
Diffstat (limited to 'dispatch.py')
-rw-r--r-- | dispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py index a5d69f0de..cb20ba23d 100644 --- a/dispatch.py +++ b/dispatch.py @@ -36,7 +36,7 @@ from partitioning import partitioningComplete from floppy import makeBootdisk from bootloader import writeBootloader, bootloaderSetupChoices from flags import flags -from upgrade import upgradeFindPackages, upgradeMountFilesystems +from upgrade import upgradeMountFilesystems from upgrade import upgradeSwapSuggestion, upgradeMigrateFind from upgrade import findRootParts from network import networkDeviceCheck |