From 0a28567af2a17f1fc88fd64be8b64e6aebb67537 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 26 Jan 2013 16:48:06 -0500 Subject: Refactored npy to npz --- scilo/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scilo/__init__.py') 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 . ''' -__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 -- cgit