From ab5776e91262767af584bede2ee945793de5387a Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 23 Sep 2009 22:15:10 +0000 Subject: Fix bug in array descriptor conversion when third argument to record array is a tuple of array scalars. --- numpy/core/_internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/_internal.py') diff --git a/numpy/core/_internal.py b/numpy/core/_internal.py index b89c94d9b..920667623 100644 --- a/numpy/core/_internal.py +++ b/numpy/core/_internal.py @@ -3,7 +3,7 @@ import re import sys -from _mx_datetime_parser import * +#from _mx_datetime_parser import * if (sys.byteorder == 'little'): _nbo = '<' -- cgit v1.2.1