diff options
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r-- | numpy/core/_internal.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '<' |