From e9c1068c99b988e0a6b8bd2d75c0147d528efcd9 Mon Sep 17 00:00:00 2001 From: chen Date: Sun, 9 Oct 2016 19:03:28 -0400 Subject: [PATCH] mimic other sub modules in DAMASK for H5Table --- lib/damask/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/damask/__init__.py b/lib/damask/__init__.py index 11ea24bc9..d1496a1b7 100644 --- a/lib/damask/__init__.py +++ b/lib/damask/__init__.py @@ -8,7 +8,7 @@ with open(os.path.join(os.path.dirname(__file__),'../../VERSION')) as f: from .environment import Environment # noqa from .asciitable import ASCIItable # noqa -from .h5table import H5Table +from .h5table import H5Table # noqa from .config import Material # noqa from .colormaps import Colormap, Color # noqa from .orientation import Quaternion, Rodrigues, Symmetry, Orientation # noqa