提交 c7162dfe authored 作者: lamblinp@lgcm's avatar lamblinp@lgcm

Fix relative path.

上级 a37ebfd7
"""script to generate doc/oplist.txt, which compiles to :doc:`oplist`. """ """script to generate doc/oplist.txt, which compiles to :doc:`oplist`. """
__docformat__ = "restructuredtext en" __docformat__ = "restructuredtext en"
import sys, os import sys, os
theano_path = os.path.realpath("%s/.." % sys.path[0]) throot = "/".join(sys.path[0].split("/")[:-2])
sys.path[0:0] = [theano_path] sys.path[0:0] = [throot]
from theano import gof from theano import gof
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论