提交 91bbd426 authored 作者: nouiz's avatar nouiz

Merge pull request #482 from delallea/win_py24

Fix for Python 2.4
...@@ -7,6 +7,7 @@ import numpy ...@@ -7,6 +7,7 @@ import numpy
import theano import theano
import theano.tensor as T import theano.tensor as T
from theano.configparser import config, AddConfigVar, StrParam from theano.configparser import config, AddConfigVar, StrParam
from theano.gof.python25 import any
try: try:
from nose.plugins.skip import SkipTest from nose.plugins.skip import SkipTest
except ImportError: except ImportError:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论