diff options
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r-- | numpy/core/_internal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/_internal.py b/numpy/core/_internal.py index 5cc9f092e..87b41e517 100644 --- a/numpy/core/_internal.py +++ b/numpy/core/_internal.py @@ -3,6 +3,7 @@ import re import sys +from _mx_datetime_parser import * if (sys.byteorder == 'little'): _nbo = '<' |