summaryrefslogtreecommitdiff
path: root/io.py
diff options
context:
space:
mode:
authorRobert Kern <robert.kern@gmail.com>2007-12-16 06:06:55 +0000
committerRobert Kern <robert.kern@gmail.com>2007-12-16 06:06:55 +0000
commitcf73c9df97192d2215a05436bffdfca9259daf9e (patch)
treea6c752ce9e28f7dd5662e40afd78958ae217c440 /io.py
parent4bd4ec942d1e4734b6b00a6c7f609c8a12202489 (diff)
downloadnumpy-cf73c9df97192d2215a05436bffdfca9259daf9e.tar.gz
* Remove unimplemented functions from __all__.
* Remove warning about moving DataSource since that's what we're doing here.
Diffstat (limited to 'io.py')
-rw-r--r--io.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/io.py b/io.py
index 6272b4080..d6e1c9da5 100644
--- a/io.py
+++ b/io.py
@@ -1,10 +1,9 @@
__all__ = ['savetxt', 'loadtxt',
'loads', 'load',
- 'save', 'savez',
+ 'save',
'DataSource',
- 'unpackbits',
- 'packbits']
+ ]
import numpy as np