From fff1b9a37ce8279fd4eb3d529e7a4a6c3f6ed6ff Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 15 Jan 2013 12:21:55 -0500 Subject: Breaking up and refactoring --- scilo/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scilo/__init__.py') diff --git a/scilo/__init__.py b/scilo/__init__.py index deebb5b..27a0083 100644 --- a/scilo/__init__.py +++ b/scilo/__init__.py @@ -17,4 +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'] from scilo import scilo +from scilo import npy +from database import s3 -- cgit