From 5774a22c9a9c16da3c092684b79522aecac26ae2 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Wed, 7 Oct 2015 13:28:36 +0100 Subject: [PATCH] [setup] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ec30c20..744f48c5 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def read(fname): except NameError: #python 3 with open(os.path.join(os.path.dirname(__file__), fname)) as f: - return unicode(f.read(), 'utf-8') + return str(f.read(), 'utf-8') def read_to_rst(fname): try: