mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[codecs] to read file
This commit is contained in:
parent
cc211e64a1
commit
2a34414935
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -44,7 +44,7 @@ import numpy as np
|
|||
def read(fname):
|
||||
import codecs
|
||||
with codecs.open('README.md', 'r', 'utf-8') as f:
|
||||
print(f.read())
|
||||
return f.read()
|
||||
|
||||
def read_to_rst(fname):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue