You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/sanity/pep8
Adrian Likins 261c40bac7 Fix azure module use of module_utils.facts (#25318)
Module was importing '*' from facts to get to TimeoutError
but that has moved to facts.timeout, so import is updated.

Also rm old style imports to new style imports at the start
of the module.

'signal' py module was used and referenced but never imported,
presumably it was using the 'signal' previously imported into
module_utils.facts. Now imported directly.

'AnsibleModule' was also from a * import, so now imported directly.

A ref to 'module' was in _delete_disks_when_detached(), so now it
is updated to raise an AzureException() with its message, and
let its caller catch it and call module.fail_json()
7 years ago
..
current-ignore.txt Swap pep8 current to legacy (#22891) 8 years ago
legacy-files.txt Fix azure module use of module_utils.facts (#25318) 7 years ago
legacy-ignore.txt Swap pep8 current to legacy (#22891) 8 years ago
skip.txt Don't skip action/__init__.py (#22911) 8 years ago