summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-11-08 11:17:45 -0600
committerJason Madden <jamadden@gmail.com>2017-11-08 11:17:45 -0600
commit64e32f4631af3691aaeb5ff9d2d3d4419fa71f76 (patch)
tree0f4b90d45b7c0e7e463082df9080fc5e7fa06da5
parente8ebf195dd2b5459890c5319192a59c3d823019c (diff)
downloadzope-proxy-64e32f4631af3691aaeb5ff9d2d3d4419fa71f76.tar.gz
Don't print superfluous tuple on Py2 when a build fails.
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 37934dd..95aab9d 100644
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,7 @@
##############################################################################
"""Setup for zope.proxy package
"""
+from __future__ import print_function
import os
import platform