From 811dc4da75cefa4e7376855f6b6caf97e817e93c Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 19 Oct 2016 00:27:57 +0200 Subject: [PATCH] Fix setup.py script --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7491b4324..6a0302f34 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python from __future__ import print_function -from __future__ import unicode_literals +import io import os import subprocess import sys