Revised __init__.py for openmc.mgxs to be Python 3 compatible

This commit is contained in:
Will Boyd 2015-10-21 09:29:01 -04:00
parent c8ec70946d
commit 2f23814fa6

View file

@ -1,3 +1,3 @@
from groups import EnergyGroups
from library import Library
from mgxs import *
from openmc.mgxs.groups import EnergyGroups
from openmc.mgxs.library import Library
from openmc.mgxs.mgxs import *