summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2010-02-16 04:44:41 +0000
committerTravis Oliphant <oliphant@enthought.com>2010-02-16 04:44:41 +0000
commit8cdc4520e7de79f2edaa261f8de53211d26dbea7 (patch)
treeaf4a83189708e8976184e450bc9f8d71440ddb32
parent5100a74ec5f53f257b3071a3b8ed525137f8288c (diff)
downloadnumpy-8cdc4520e7de79f2edaa261f8de53211d26dbea7.tar.gz
Fix Order of scalartypes.
-rw-r--r--numpy/core/src/multiarray/scalartypes.c.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/core/src/multiarray/scalartypes.c.src b/numpy/core/src/multiarray/scalartypes.c.src
index bab602b3d..56343426c 100644
--- a/numpy/core/src/multiarray/scalartypes.c.src
+++ b/numpy/core/src/multiarray/scalartypes.c.src
@@ -3338,12 +3338,12 @@ static PyTypeObject *typeobjects[] = {
&PyCFloatArrType_Type,
&PyCDoubleArrType_Type,
&PyCLongDoubleArrType_Type,
+ &PyDatetimeArrType_Type,
+ &PyTimedeltaArrType_Type,
&PyObjectArrType_Type,
&PyStringArrType_Type,
&PyUnicodeArrType_Type,
- &PyVoidArrType_Type,
- &PyDatetimeArrType_Type,
- &PyTimedeltaArrType_Type
+ &PyVoidArrType_Type
};
NPY_NO_EXPORT int