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

Radek Vykydal rvykydal at redhat.com
Mon Jun 24 13:01:07 UTC 2013


ACK.

On 06/24/2013 02:56 PM, Vratislav Podzimek wrote:
> 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



More information about the anaconda-patches mailing list