put future import in wrong place

This commit is contained in:
Steven Robertson 2020-09-20 16:39:27 -07:00
parent 40d53bcf96
commit e8fb4071b2
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
#!/usr/bin/env python
# Wrap ansible-playbook, setting up some test of the test environment.
from __future__ import print_function
import json
import os
import sys
from __future__ import print_function
GIT_BASEDIR = os.path.dirname(
os.path.abspath(