[PATCH 04/11] Add initial iSCSI support to the advanced storage UI.

Chris Lumens clumens at redhat.com
Tue Apr 16 17:18:06 UTC 2013


> > +from IPy import IP
> > +from collections import namedtuple
> > +from gi.repository import GLib, Gtk
> Could you please add '# pylint: disable-msg=E0611' above this line?

Done.

> Is there any reason for using _make instead of Credentials(STYLE_...)?

No, only that I'd been using _make everywhere else so I didn't think
about being able to do this.  Changed.

- Chris


More information about the anaconda-patches mailing list