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

Adds utf-8 encoding to f5 module_utils
pull/12192/head
James Cammarata 9 years ago
commit 7fe495d619

@ -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

Loading…
Cancel
Save