some fixes

This commit is contained in:
Alex Stephen 2020-07-28 18:28:55 -07:00
commit 11e5da0e3a
7 changed files with 19 additions and 4 deletions

View file

@ -1,3 +1,7 @@
__metaclass__ = type
from __future__ import (absolute_import, division, print_function)
import os
import testinfra.utils.ansible_runner