jlafon / ansible-profile

An Ansible plugin for timing tasks
http://jlafon.io/ansible-profiling.html
MIT License
342 stars 57 forks source link

PEP8 & py3k compliance. #3

Closed hnrd closed 10 years ago

hnrd commented 10 years ago

This line-wraps long lines, and uses the print function instead of statement, to make the code PEP8 compliant and Python3 compatible.

jlafon commented 10 years ago

Thanks :+1: