mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 17:52:39 +02:00
[unicode] error in setup
This commit is contained in:
parent
5774a22c9a
commit
78128ea218
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -48,7 +48,7 @@ def read(fname):
|
||||||
except NameError:
|
except NameError:
|
||||||
#python 3
|
#python 3
|
||||||
with open(os.path.join(os.path.dirname(__file__), fname)) as f:
|
with open(os.path.join(os.path.dirname(__file__), fname)) as f:
|
||||||
return str(f.read(), 'utf-8')
|
return f.read()
|
||||||
|
|
||||||
def read_to_rst(fname):
|
def read_to_rst(fname):
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue