diff algorithms/tests/test_aa.py @ 483:2c4738e5e4b2

merge
author Olivier Breuleux <breuleuo@iro.umontreal.ca>
date Tue, 28 Oct 2008 00:23:53 -0400
parents 267ec8baef9f
children
line wrap: on
line diff
--- a/algorithms/tests/test_aa.py	Tue Oct 28 00:23:13 2008 -0400
+++ b/algorithms/tests/test_aa.py	Tue Oct 28 00:23:53 2008 -0400
@@ -1,5 +1,6 @@
+#from __future__ import absolute_imports
 
-import models
+from pylearn import algorithms as models
 import theano
 import numpy
 import time