diff __init__.py @ 224:2be51c13b55f

added LookupList to pylearn namespace
author James Bergstra <bergstrj@iro.umontreal.ca>
date Fri, 23 May 2008 17:10:03 -0400
parents 2508c373cf29
children 57c45df381f1
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
+