1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #12187 from caphrim007/add-utf-8-encoding-to-f5-module-utils

Adds utf-8 encoding to f5 module_utils
This commit is contained in:
James Cammarata 2015-09-01 14:15:42 -04:00
commit 7fe495d619

View file

@ -1,3 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# This code is part of Ansible, but is an independent component.
# This particular file snippet, and this file snippet only, is BSD licensed.
# Modules you write using this snippet, which is embedded dynamically by Ansible