put future import in wrong place
This commit is contained in:
parent
40d53bcf96
commit
e8fb4071b2
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue