From 2d0cec6dbd804b3f02a6dd7ab6b390955ea3f660 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 22 Apr 2009 00:22:50 -1000 Subject: 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. --- pychecker-false-positives | 2 -- 1 file changed, 2 deletions(-) (limited to 'pychecker-false-positives') 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$ -- cgit