Matt Martz
|
305c88700d
|
PEP8 E712 fixes (#21916)
|
2017-02-24 16:49:43 -06:00 |
Adrian Likins
|
6e7b89764e
|
Fix snmp_facts error on decode_hex() (#21694)
* Fix snmp_facts error on decode_hex()
Remove use of some_string.decode('hex') that fails on py3, and
replace with to_binascii.unhexlify()
Fixes #21668
|
2017-02-22 09:32:20 -05:00 |
Matt Clay
|
10d9318de7
|
PEP 8 indent cleanup. (#20800)
* PEP 8 E121 cleanup.
* PEP 8 E126 cleanup.
* PEP 8 E122 cleanup.
|
2017-01-29 07:28:53 +00:00 |
Matt Clay
|
e2c0b375d3
|
PEP 8 cleanup. (#20790)
* PEP 8 E115 cleanup.
* PEP 8 E131 cleanup.
|
2017-01-28 01:39:40 -08:00 |
Matt Clay
|
d0d1158c5e
|
PEP 8 cleanup. (#20789)
* PEP 8 E703 cleanup.
* PEP 8 E701 cleanup.
* PEP 8 E711 cleanup.
* PEP 8 W191 and E101 cleanup.
|
2017-01-28 00:12:11 -08:00 |
Carlos E. Garcia
|
0b8011436d
|
minor spelling changes
|
2016-12-13 13:51:13 -05:00 |
James Cammarata
|
011ea55a8f
|
Relocating extras into lib/ansible/modules/ after merge
|
2016-12-08 11:35:18 -05:00 |