From 249b7f026ccdcf04cf58f30e9912e22be1895a3f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 15 Jan 2013 17:50:41 -0500 Subject: Removed unneeded newline --- scilo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scilo/__init__.py') 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 . __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 -- cgit