Skip to content

Commit

Permalink
Remove deprecated objects in scipy.io on Python level.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Jun 18, 2010
1 parent 001acd2 commit 72ac954
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1,346 deletions.
5 changes: 0 additions & 5 deletions scipy/io/__init__.py
Expand Up @@ -6,11 +6,6 @@

from numpy import deprecate

# These are all deprecated (until the end deprecated tag)
from npfile import npfile
from data_store import save, load, create_module, create_shelf
from array_import import read_array, write_array
from pickler import objload, objsave

from numpyio import packbits, unpackbits, bswap, fread, fwrite, \
convert_objectarray
Expand Down

0 comments on commit 72ac954

Please sign in to comment.