summaryrefslogtreecommitdiffstats
path: root/contrib/inventory/abiquo.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-171-2/+2
| | | | | This will keep us from accidentally catching program-exiting exceptions like KeyboardInterupt and SystemExit.
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-4/+1
| | | | | | | | | | * Remove use of simplejson throughout code base. Fixes #42761 * Address failing tests * Remove simplejson from contrib and other outlying files * Add changelog fragment for simplejson removal
* pep8 fixes for contrib (#24344)Matt Martz2017-05-091-29/+35
|
* Legacy pep8 clean fixes for contrib and hacking (#21081)Matt Martz2017-02-071-7/+11
|
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-311-6/+6
|
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-2/+2
| | | | | | | * PEP 8 E703 cleanup. * PEP 8 E701 cleanup. * PEP 8 E711 cleanup. * PEP 8 W191 and E101 cleanup.
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-281-3/+3
|
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-281-1/+1
| | | | | | * PEP 8 E271 whitespace cleanup. * PEP 8 W293 whitespace cleanup. * Fix whitespace issue from recent PR.
* Performance improvement using in-operator on dictsDag Wieers2016-11-171-3/+3
| | | | | | | Just a small cleanup for the existing occurrences. Using the in-operator for hash lookups is faster than using .keys() http://stackoverflow.com/questions/29314269/why-do-key-in-dict-and-key-in-dict-keys-have-the-same-output
* Fix urlopen usage to use open_url insteadToshio Kuratomi2015-09-171-10/+8
| | | | Add a travis test for urlopen usage
* Use 'except ... as' syntax in contrib/ and test/ tooMarius Gedminas2015-08-271-5/+5
|
* poreted log_plays, syslog_json and osx_say callbacks to v2Brian Coca2015-07-101-0/+227
renamed plugins to contrib (they are not really plugins) rewrote README.md to reflect new usage added new dir to setup.py so it gets copied with installation, in views of making using inventory scripts easier in teh future