changeset 556:81b225224880

fixed import
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 01 Dec 2008 15:50:50 -0500
parents 48db24d3b4fa
children c49a244bbfb5
files pylearn/algorithms/tests/test_regressor.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/algorithms/tests/test_regressor.py	Mon Dec 01 15:49:16 2008 -0500
+++ b/pylearn/algorithms/tests/test_regressor.py	Mon Dec 01 15:50:50 2008 -0500
@@ -1,6 +1,6 @@
 
 
-import models
+import pylearn.algorithms as models
 import theano
 import numpy
 import time