community.general/lib/ansible/module_utils
Tim Rupp 6f41a72158 Adds utf-8 encoding to f5 module_utils
The contributor's name on line 10 (originally line 7) includes a character
that the default Python encoding (ASCII) raises an error on when interpreting
the file.

Specifying the utf-8 encoding, as is done in other modules, resolves
the error.

The error being raised is

SyntaxError: Non-ASCII character '\xc3' in file /.../lib/ansible/module_utils/f5.py
on line 7, but no encoding declared; see http://www.python.org/peps/pep-0263.html
for details
2015-09-01 08:10:23 -07:00
..
__init__.py
a10.py
basic.py Restore ValueError in md5 method and change finding the available hash algorithms so we only have to do it once 2015-08-06 14:40:28 -07:00
cloudstack.py cloudstack: implement general api_region support, update docs 2015-08-25 13:54:21 +02:00
database.py
ec2.py Merge pull request #11591 from defionscode/boto3 2015-07-23 15:54:28 -04:00
f5.py Adds utf-8 encoding to f5 module_utils 2015-09-01 08:10:23 -07:00
facts.py Adding support for Archlinux and Slackware in fallback 2015-08-27 10:22:02 +01:00
gce.py
known_hosts.py Add host key for ssh url only. 2015-08-31 13:42:32 -07:00
openstack.py Remove unneeded required_one_of for openstack 2015-05-29 13:09:45 -07:00
powershell.ps1 Revert "Add PowerShell exception handling and turn on strict mode." 2015-08-23 21:09:16 -04:00
rax.py
redhat.py
splitter.py
urls.py Python2.4 compat fix 2015-07-27 15:34:51 -07:00
vmware.py Undo previous travis/tox fixes and fix underlying issue 2015-07-31 23:01:43 -04:00