[master][PATCH] Prevent pylint reporting false negatives in the Network spoke

Vratislav Podzimek vpodzime at redhat.com
Mon Jun 24 12:56:14 UTC 2013


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/ui/gui/spokes/network.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
index c8032fb..f30d314 100644
--- a/pyanaconda/ui/gui/spokes/network.py
+++ b/pyanaconda/ui/gui/spokes/network.py
@@ -29,6 +29,7 @@
 # - NMClient.CLIENT_WIRELESS_ENABLED callback (hw switch?) - test
 # - nm-c-e run: blocking? logging?
 
+# pylint: disable-msg=E0611
 from gi.repository import Gtk, AnacondaWidgets
 
 from pyanaconda import flags
@@ -45,6 +46,7 @@ from pyanaconda.ui.common import FirstbootSpokeMixIn
 from pyanaconda import network
 from pyanaconda.nm import nm_activated_devices, nm_device_setting_value
 
+# pylint: disable-msg=E0611
 from gi.repository import GLib, GObject, Pango, Gio, NetworkManager, NMClient
 import dbus
 import dbus.service
-- 
1.7.11.7



More information about the anaconda-patches mailing list