From 34c03aea9fbdee5ab1c1739b8165e249f0f8e896 2016-10-25 01:04:44
From: Paul Ivanov <pivanov5@bloomberg.net>
Date: 2016-10-25 01:04:44
Subject: [PATCH] restore __future__ to print error in Python 2

---

diff --git a/setup.py b/setup.py
index 10b5cdf..4d418db 100755
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,7 @@ requires utilities which are not available under Windows."""
 #-----------------------------------------------------------------------------
 # Minimal Python version sanity check
 #-----------------------------------------------------------------------------
+from __future__ import print_function
 
 import sys