Don't import openmc.openmoc_compatible by default

This commit is contained in:
Paul Romano 2017-03-08 09:38:15 -06:00
parent 4ac28c29d4
commit 81014270aa

View file

@ -28,11 +28,3 @@ from openmc.summary import *
from openmc.particle_restart import *
from openmc.mixin import *
from openmc.plotter import *
try:
# Ignore matplotlib warning caused by OpenMOC calling matplotlib.use()
with warnings.catch_warnings():
warnings.simplefilter("ignore")
from openmc.openmoc_compatible import *
except ImportError:
pass