aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2013-01-15 17:50:41 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2013-01-15 17:50:41 -0500
commit249b7f026ccdcf04cf58f30e9912e22be1895a3f (patch)
tree2ab7a34a2d22c560cfbd8762886cb22a02f18ade
parentfff1b9a37ce8279fd4eb3d529e7a4a6c3f6ed6ff (diff)
downloadscilo-249b7f026ccdcf04cf58f30e9912e22be1895a3f.tar.gz
Removed unneeded newline
-rw-r--r--scilo/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scilo/__init__.py b/scilo/__init__.py
index 27a0083..cf2eb0f 100644
--- a/scilo/__init__.py
+++ b/scilo/__init__.py
@@ -20,4 +20,4 @@ along with scilo. If not, see <http://www.gnu.org/licenses/>.
__all__ = ['scilo', 'npy']
from scilo import scilo
from scilo import npy
-from database import s3
+from database import s3 \ No newline at end of file