提交 11cc5e66 authored 作者: abalkin's avatar abalkin

Use absolute imports.

上级 91e9f124
...@@ -24,9 +24,9 @@ except ImportError: ...@@ -24,9 +24,9 @@ except ImportError:
pydot_imported = False pydot_imported = False
import theano import theano
import gof from theano import gof
from theano import config from theano import config
from gof import Op, Apply from theano.gof import Op, Apply
from theano.gof.python25 import any from theano.gof.python25 import any
from theano.compile import Function, debugmode from theano.compile import Function, debugmode
from theano.compile.profilemode import ProfileMode from theano.compile.profilemode import ProfileMode
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论