diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-01-26 16:48:06 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-01-26 16:48:06 -0500 |
commit | 0a28567af2a17f1fc88fd64be8b64e6aebb67537 (patch) | |
tree | 31fe69ca9e1e94b6ba4d7a18527d1aa57e1a7284 /scilo | |
parent | 2f8a3cc89872becc0a8b18606a3a08f279c62676 (diff) | |
download | scilo-0a28567af2a17f1fc88fd64be8b64e6aebb67537.tar.gz |
Refactored npy to npz
Diffstat (limited to 'scilo')
-rw-r--r-- | scilo/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scilo/__init__.py b/scilo/__init__.py index cf2eb0f..11a19b7 100644 --- a/scilo/__init__.py +++ b/scilo/__init__.py @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with scilo. If not, see <http://www.gnu.org/licenses/>. ''' -__all__ = ['scilo', 'npy'] +__all__ = ['scilo', 'npz'] from scilo import scilo -from scilo import npy +from scilo import npz from database import s3
\ No newline at end of file |