mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 23:06:22 +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:
|
||||
#python 3
|
||||
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):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue