[Scipy-svn] r3671 - branches/io_new

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Dec 15 22:59:37 EST 2007


Author: brian.hawthorne
Date: 2007-12-15 21:59:30 -0600 (Sat, 15 Dec 2007)
New Revision: 3671

Modified:
   branches/io_new/__init__.py
Log:
fix syntax error

Modified: branches/io_new/__init__.py
===================================================================
--- branches/io_new/__init__.py	2007-12-15 22:58:21 UTC (rev 3670)
+++ branches/io_new/__init__.py	2007-12-16 03:59:30 UTC (rev 3671)
@@ -9,7 +9,7 @@
 numpy.deprecate_with_doc = lambda doc: (lambda func: func)
 # snip off---- DELETE after numpy.deprecate_with_doc is available
 
-from numpy deprecate_with_doc
+from numpy import deprecate_with_doc
 
 from numpyio import packbits, unpackbits, bswap, fread, fwrite, \
      convert_objectarray




More information about the Scipy-svn mailing list