diff --git a/v2/scripts/ansible b/v2/scripts/ansible index 1f84012e014..ae8ccff5952 100644 --- a/v2/scripts/ansible +++ b/v2/scripts/ansible @@ -14,3 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . + +# Make coding more python3-ish +from __future__ import (absolute_import, division, print_function) +__metaclass__ = type