[PATCH 05/17] Move NM dbus calls to separate module.

Chris Lumens clumens at redhat.com
Mon Feb 11 18:18:37 UTC 2013


>  pyanaconda/nm.py | 506 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 506 insertions(+)
>  create mode 100644 pyanaconda/nm.py

This set is really great.  Thanks for working on this.  My only
suggestion is that you could use the __all__ thing in nm.py to control
what gets exported (so, not _get_proxy).  But it's really not a big deal
if you don't do that given the underscore in the name.

- Chris


More information about the anaconda-patches mailing list