Python3 fixes

This commit is contained in:
Toshio Kuratomi
2014-10-21 01:24:09 -04:00
parent a954220957
commit e78c5f925b
6 changed files with 22 additions and 11 deletions

View File

@@ -14,3 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type