# HG changeset patch # User Frederic Bastien # Date 1228163665 18000 # Node ID 4afb07de33eef26ceaabcaf20ec09bcb00a86386 # Parent 7de7fa19fb9be509d6a55d1c022c4743e477e9da fixed import. diff -r 7de7fa19fb9b -r 4afb07de33ee pylearn/algorithms/tests/test_aa.py --- a/pylearn/algorithms/tests/test_aa.py Thu Nov 27 23:27:14 2008 -0500 +++ b/pylearn/algorithms/tests/test_aa.py Mon Dec 01 15:34:25 2008 -0500 @@ -1,6 +1,6 @@ #from __future__ import absolute_imports -from pylearn import algorithms as models +from pylearn.algorithms import aa as models import theano import numpy import time