Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
This commit is contained in:
commit
e9ff0a2434
|
@ -8,7 +8,10 @@ with open(os.path.join(os.path.dirname(__file__),'../../VERSION')) as f:
|
||||||
|
|
||||||
from .environment import Environment # noqa
|
from .environment import Environment # noqa
|
||||||
from .asciitable import ASCIItable # noqa
|
from .asciitable import ASCIItable # noqa
|
||||||
from .h5table import H5Table # noqa
|
try:
|
||||||
|
from .h5table import H5Table # noqa
|
||||||
|
except ImportError:
|
||||||
|
print("h5py module not found")
|
||||||
from .config import Material # noqa
|
from .config import Material # noqa
|
||||||
from .colormaps import Colormap, Color # noqa
|
from .colormaps import Colormap, Color # noqa
|
||||||
from .orientation import Quaternion, Rodrigues, Symmetry, Orientation # noqa
|
from .orientation import Quaternion, Rodrigues, Symmetry, Orientation # noqa
|
||||||
|
|
Loading…
Reference in New Issue