From 5a4e60d011d65a475a4e580fa588a59f97193653 Mon Sep 17 00:00:00 2001 From: John Evans Date: Thu, 27 Jun 2013 17:40:22 -0400 Subject: [PATCH] pep8 work --- glymur/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/glymur/__init__.py b/glymur/__init__.py index 43ca2b3..c720c16 100644 --- a/glymur/__init__.py +++ b/glymur/__init__.py @@ -7,6 +7,7 @@ from .jp2dump import jp2dump from . import data from . import test + def runtests(): """Discover and run all tests for the glymur package. """