summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2009-08-25 17:41:01 +0000
committerTravis Oliphant <oliphant@enthought.com>2009-08-25 17:41:01 +0000
commitf2a723d47b3df1e4f436ccb2524ad3a33a08b8a9 (patch)
tree7f34a8743827769e589167c61b4126adbde55dbf /numpy/core/_internal.py
parent2589ff361c0300e13546409c3fe3aff176c80c2f (diff)
downloadnumpy-f2a723d47b3df1e4f436ccb2524ad3a33a08b8a9.tar.gz
Intermediate check-in of results.
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r--numpy/core/_internal.py1
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 = '<'