diff _test_xlogx.py @ 526:242efecefd70

corrected import.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Fri, 14 Nov 2008 16:52:24 -0500
parents 117e5b09cf31
children 4e3629a894fa
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