diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-17 00:07:21 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-17 00:07:21 +0000 |
commit | 4593515985f1aa30cf07715ace5eeee6da848c97 (patch) | |
tree | ab13435f4bec383abc7c04ca7b0259b44dd2519d /numpy/core/defchararray.py | |
parent | a397b5545b1a20e1b0e39881eb8cf8d2dd26b793 (diff) | |
download | numpy-4593515985f1aa30cf07715ace5eeee6da848c97.tar.gz |
Fixed up usage of dtype to be consistent with new dtype objects.
Diffstat (limited to 'numpy/core/defchararray.py')
-rw-r--r-- | numpy/core/defchararray.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py index 6b43d7f6f..70096441c 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -1,5 +1,5 @@ from numerictypes import character, string, unicode_, \ - obj2dtype, integer, object_ + integer, object_ from numeric import ndarray, broadcast, empty from numeric import array as narray import sys |