diff --git a/tests/unit/test_processutils.py b/tests/unit/test_processutils.py index f096cf7..a85ed48 100644 --- a/tests/unit/test_processutils.py +++ b/tests/unit/test_processutils.py @@ -15,6 +15,8 @@ # License for the specific language governing permissions and limitations # under the License. +from __future__ import print_function + from openstack.common import processutils from tests import utils