changeset 552:4afb07de33ee

fixed import.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 01 Dec 2008 15:34:25 -0500
parents 7de7fa19fb9b
children 08adbc309bc6
files pylearn/algorithms/tests/test_aa.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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