changeset 773:a25d2229a091

remove something that should not have been commited.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Wed, 10 Jun 2009 13:45:52 -0400
parents 33f46eee4a96
children 41761210d16e
files pylearn/sandbox/test_scan_inputs_groups.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/sandbox/test_scan_inputs_groups.py	Wed Jun 10 13:43:27 2009 -0400
+++ b/pylearn/sandbox/test_scan_inputs_groups.py	Wed Jun 10 13:45:52 2009 -0400
@@ -7,7 +7,7 @@
 
 from theano import function, Mode
 import theano.tensor as T
-from pylearn.sandbox.scan_inputs_groups2 import FillMissing
+from pylearn.sandbox.scan_inputs_groups import FillMissing
 
 class TestFillMissing(unittest.TestCase):
     def setUp(self):