1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
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 Add package file. 2013-10-26 11:10:54 -04:00
a10.py A10 module improvements 2014-08-28 20:23:48 -05:00
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 just a few spelling error changes 2015-04-28 09:36:42 -04:00
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 Google: allow for different libcloud provider to support upcoming DNS module 2014-10-29 19:57:46 +00:00
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 Prevent an empty error message 2015-03-10 11:30:28 -05:00
redhat.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
splitter.py Insert newlines correctly when splitting literal blocks 2014-10-09 16:45:08 -05:00
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