diff --git a/examples/example.py b/examples/example.py index c350fb7..0a98d8c 100755 --- a/examples/example.py +++ b/examples/example.py @@ -1,5 +1,6 @@ #!/bin/env python2 """ Example code of how to use the Remotsy Lib """ +from __future__ import print_function from argparse import ArgumentParser from sys import argv from remotsylib.api import API diff --git a/remotsylib/api.py b/remotsylib/api.py index 430f981..f8c8cb7 100644 --- a/remotsylib/api.py +++ b/remotsylib/api.py @@ -1,6 +1,7 @@ """ Remotsy library for python Copyright 2018 Jorge Cisneros jorge@remotsy.com """ +from __future__ import print_function import sys from json import dumps, loads try: