Files
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
..
2013-10-26 11:10:54 -04:00
2014-08-28 20:23:48 -05:00
2015-04-28 09:36:42 -04:00
2015-09-01 08:10:23 -07:00
2015-08-31 13:42:32 -07:00
2015-03-10 11:30:28 -05:00
2015-07-27 15:34:51 -07:00