# HG changeset patch # User Arnaud Bergeron # Date 1302723878 14400 # Node ID f9066ff6e198384a9245980d1d19f9e33763f2cd # Parent 7c72948e1d5301a6431d34ee49518665751ca1ec Fix import diff -r 7c72948e1d53 -r f9066ff6e198 pylearn/formulas/costs.py --- a/pylearn/formulas/costs.py Fri Apr 08 14:03:09 2011 -0400 +++ b/pylearn/formulas/costs.py Wed Apr 13 15:44:38 2011 -0400 @@ -168,7 +168,7 @@ # in which file? from theano import gof -from theano.tensor.tsor_apply import Apply +from theano.tensor import Apply from theano import tensor import numpy as np