Scott Moser 5055198732 appease pylint and pep8
* cloudinit/distros/parsers/resolv_conf.py
  added some pylint overrides with 'plXXXXX' syntax.
  example:  # pl51222 pylint: disable=E0102

  The pl51222 there means: http://www.logilab.org/ticket/51222

  This specific issue is present in 12.04 pylint, but not 13.04.

* pylint doesn't like the requests special handling we have.
  which makes sense as it is only checking versus one specific version.
* general pep8  and pylint cleanups.
2013-03-19 09:32:04 -04:00
..
2012-11-12 22:14:31 -08:00
2013-03-19 09:32:04 -04:00