Import futures including print

This commit is contained in:
Amandine Lee 2015-04-13 13:28:01 -07:00
parent 62c08d96e5
commit 3d2a056ad4
76 changed files with 174 additions and 11 deletions

View file

@ -18,6 +18,9 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# ---
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
# The func transport permit to use ansible over func. For people who have already setup
# func and that wish to play with ansible, this permit to move gradually to ansible
# without having to redo completely the setup of the network.