changeset 1463:f9066ff6e198

Fix import
author Arnaud Bergeron <abergeron@gmail.com>
date Wed, 13 Apr 2011 15:44:38 -0400
parents 7c72948e1d53
children 01063efe409f
files pylearn/formulas/costs.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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