changeset 526:242efecefd70

corrected import.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Fri, 14 Nov 2008 16:52:24 -0500
parents 82da179d95b2
children 3eb59514b534
files _test_xlogx.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/_test_xlogx.py	Fri Nov 14 16:48:17 2008 -0500
+++ b/_test_xlogx.py	Fri Nov 14 16:52:24 2008 -0500
@@ -5,7 +5,7 @@
 from theano import gradient
 
 from theano.tensor import as_tensor
-import theano._test_tensor as TT
+import theano.tensor.basic as TT
 
 import random
 import numpy.random