diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-01-15 17:50:41 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-01-15 17:50:41 -0500 |
commit | 249b7f026ccdcf04cf58f30e9912e22be1895a3f (patch) | |
tree | 2ab7a34a2d22c560cfbd8762886cb22a02f18ade | |
parent | fff1b9a37ce8279fd4eb3d529e7a4a6c3f6ed6ff (diff) | |
download | scilo-249b7f026ccdcf04cf58f30e9912e22be1895a3f.tar.gz |
Removed unneeded newline
-rw-r--r-- | scilo/__init__.py | 2 |
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 |