mimic other sub modules in DAMASK for H5Table

This commit is contained in:
chen 2016-10-09 19:03:28 -04:00
parent 6eb111dc7c
commit e9c1068c99
1 changed files with 1 additions and 1 deletions

View File

@ -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