Add the python3 compat header

pull/9443/head
Toshio Kuratomi 10 years ago
parent e99dc5a57c
commit e7ee9ddc0a

@ -14,3 +14,7 @@
#
# 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

Loading…
Cancel
Save