From fc1734e75a545b2017f9423ba5010da4c4a3852c Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Sat, 14 May 2016 10:52:35 -0400 Subject: [PATCH] Now import warnings module in openmc.statepoint --- openmc/statepoint.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openmc/statepoint.py b/openmc/statepoint.py index 19aa3dbaf..d5dd7bc1e 100644 --- a/openmc/statepoint.py +++ b/openmc/statepoint.py @@ -1,6 +1,8 @@ import sys import re import os +import warnings + import numpy as np import openmc