diff options
author | Erik Troan <ewt@redhat.com> | 2001-06-20 18:38:39 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-06-20 18:38:39 +0000 |
commit | c6d12b259dc7ffaf703a1eb81a3ee314a7769dd4 (patch) | |
tree | dfb224546f8f9e83e61ee9a59b478ca4aa6051bf /isys | |
parent | 018962209cceebe738fff0effd9637a0daa7ff2f (diff) | |
download | anaconda-c6d12b259dc7ffaf703a1eb81a3ee314a7769dd4.tar.gz anaconda-c6d12b259dc7ffaf703a1eb81a3ee314a7769dd4.tar.xz anaconda-c6d12b259dc7ffaf703a1eb81a3ee314a7769dd4.zip |
removed s390 patch -- my kudzu doesn't have this function
Diffstat (limited to 'isys')
-rw-r--r-- | isys/isys.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isys/isys.py b/isys/isys.py index d852c2a70..525877da4 100644 --- a/isys/isys.py +++ b/isys/isys.py @@ -175,7 +175,6 @@ def driveDict(klassArg): p = _isys.ProbedList() p.updateIde() p.updateScsi() - p.updateDasd() dict = {} for (klass, dev, descr) in p: |