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/lib/convertcode.py | |
parent | fc95346cc7568d2464cb4daa955b947d5b42a457 (diff) | |
download | numpy-f115fdf57332da17fd43202a1512b02902a77048.tar.gz |
numpy.base -> numpy
Diffstat (limited to 'numpy/lib/convertcode.py')
-rw-r--r-- | numpy/lib/convertcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/convertcode.py b/numpy/lib/convertcode.py index 3ae0843e6..6a62f2502 100644 --- a/numpy/lib/convertcode.py +++ b/numpy/lib/convertcode.py @@ -1,5 +1,5 @@ -# This module converts code written for Numeric to run with numpy.base +# This module converts code written for Numeric to run with numpy # Makes the following changes: # * Converts typecharacters |