add import at package level

This commit is contained in:
chen 2016-10-09 17:19:30 -04:00
parent 0c2c450659
commit f992edd3e9
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +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 .config import Material # noqa
from .colormaps import Colormap, Color # noqa
from .orientation import Quaternion, Rodrigues, Symmetry, Orientation # noqa