Add encoding lines to python modules such that they can take unicode options if they are fed them, since the

AnsibleModule stuff no longer base64 encodes for simplicity and speed reasons.
This commit is contained in:
Michael DeHaan 2012-08-02 21:29:10 -04:00
parent ce01c3f7e7
commit 7e9e29011e
23 changed files with 28 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# This file is part of Ansible
#