summaryrefslogtreecommitdiffstats
path: root/pychecker-false-positives
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-04-22 00:22:50 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-05-04 15:14:05 -1000
commit2d0cec6dbd804b3f02a6dd7ab6b390955ea3f660 (patch)
tree37ae68fa41a3d20918c0ee63655c34eb331018fc /pychecker-false-positives
parente77eaf1276e015b3d7a0d15c52e9f20ba7a4deae (diff)
downloadanaconda-2d0cec6dbd804b3f02a6dd7ab6b390955ea3f660.tar.gz
anaconda-2d0cec6dbd804b3f02a6dd7ab6b390955ea3f660.tar.xz
anaconda-2d0cec6dbd804b3f02a6dd7ab6b390955ea3f660.zip
Collect network interfaces from NetworkManager (#493995)
Remove minihal.py and use NetworkManager to get a list of device names and their hardware addresses. Still have to talk to hal via D-Bus to build a description string, but the hal path is given to us by NetworkManager, so we are sure we are only building a list of interfaces that NetworkManager knows about and can communicate with. Also rewrite command-stubs/list-harddrives to not use minihal.
Diffstat (limited to 'pychecker-false-positives')
-rw-r--r--pychecker-false-positives2
1 files changed, 0 insertions, 2 deletions
diff --git a/pychecker-false-positives b/pychecker-false-positives
index d72fe5a6a..5f222f0c5 100644
--- a/pychecker-false-positives
+++ b/pychecker-false-positives
@@ -10,8 +10,6 @@ setattr
^partitions.py:[0-9]*: Object \(bestprep\) has no attribute \(getPreExisting\)$
^partitions.py:[0-9]*: Object \(bestreq\) has no attribute \(format\)$
^iscsi.py:[0-9]*: Invalid arguments to \(addTarget\), got 0, expected between 1 and 7$
-^minihal.py:[0-9]*: Object \(haldev\) has no attribute \(GetAllProperties\)$
-^minihal.py:[0-9]*: Object \(hal\) has no attribute \(FindDeviceByCapability\)$
^(.*isys/isys.py|network.py):[0-9]*: Object \(.*_iface\) has no attribute \(Get.*\)$
^network.py:[0-9]*: Object \(.*props\) has no attribute \(Get\)$
^kickstart.py:[0-9]*: No global \(fileSystemTypeGet.*\) found$