changeset 224:2be51c13b55f

added LookupList to pylearn namespace
author James Bergstra <bergstrj@iro.umontreal.ca>
date Fri, 23 May 2008 17:10:03 -0400
parents 44dd9b6448c5
children 8bc16220b29a
files __init__.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/__init__.py	Thu May 22 19:08:46 2008 -0400
+++ b/__init__.py	Fri May 23 17:10:03 2008 -0400
@@ -1,2 +1,5 @@
 import filetensor
 import nnet_ops
+
+from lookup_list import LookupList
+