From 8bfbd3c5f57a807b54e6dd4446699ac82eda1a37 Mon Sep 17 00:00:00 2001 From: Elias Dorneles Date: Sun, 21 Jun 2015 02:04:57 -0300 Subject: [PATCH] using print function in py2 --- shub/deploy_reqs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shub/deploy_reqs.py b/shub/deploy_reqs.py index 1274dc14..484e613a 100644 --- a/shub/deploy_reqs.py +++ b/shub/deploy_reqs.py @@ -1,3 +1,4 @@ +from __future__ import print_function import click import os import tempfile