diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 01:06:10 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 01:06:10 +0000 |
commit | f115fdf57332da17fd43202a1512b02902a77048 (patch) | |
tree | 0fa00da1f6964ceda06bc11daa4bae9d44fd9246 /numpy/core/arrayprint.py | |
parent | fc95346cc7568d2464cb4daa955b947d5b42a457 (diff) | |
download | numpy-f115fdf57332da17fd43202a1512b02902a77048.tar.gz |
numpy.base -> numpy
Diffstat (limited to 'numpy/core/arrayprint.py')
-rw-r--r-- | numpy/core/arrayprint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index 76784473e..284b4b04e 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -10,7 +10,7 @@ __all__ = ["set_summary", "summary_off", "set_precision", "set_line_width", # last revision: 1996-3-13 # modified by Jim Hugunin 1997-3-3 for repr's and str's (and other details) # and by Perry Greenfield 2000-4-1 for numarray -# and by Travis Oliphant 2005-8-22 for numpy.base +# and by Travis Oliphant 2005-8-22 for numpy import sys import numeric as _gen |