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

@ -14,6 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
import base64
import os