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,9 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Virt management features
Copyright 2007, 2012 Red Hat, Inc
Michael DeHaan <mdehaan@redhat.com>
Michael DeHaan <michael.dehaan@gmail.com>
Seth Vidal <skvidal@fedoraproject.org>
This software may be freely redistributed under the terms of the GNU