Skip to content

Commit

Permalink
Now import warnings module in openmc.statepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Boyd committed May 14, 2016
1 parent 2654505 commit fc1734e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openmc/statepoint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import sys
import re
import os
import warnings

import numpy as np

import openmc
Expand Down

0 comments on commit fc1734e

Please sign in to comment.