提交 b2bdd210 authored 作者: Frederic's avatar Frederic

Fix import of compat module in python 3.3.0

In python 3.?, dict order are random, so object attribute are also random!
上级 0845ddc3
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
# Python 3.x compatibility # Python 3.x compatibility
from theano.compat.six import PY3, b, BytesIO, next, get_unbound_function from theano.compat.six import PY3, b, BytesIO, next, get_unbound_function
from theano.compat.six.moves import reload_module as reload, configparser from theano.compat.six.moves import configparser
from theano.compat.six.moves import reload_module as reload
if PY3: if PY3:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论