Update inputs in scripts

This commit is contained in:
Paul Romano 2018-03-14 20:31:50 -05:00
parent e8fc084c2f
commit 4b002ef714
3 changed files with 4 additions and 9 deletions

View file

@ -6,7 +6,6 @@ relaxation data and convert it to an HDF5 library for use with OpenMC.
This data is used for photon transport in OpenMC.
"""
from __future__ import print_function
import os
import sys
import shutil

View file

@ -1,12 +1,10 @@
#!/usr/bin/env python
from __future__ import print_function, division
import os
import sys
import tarfile
from urllib.request import urlopen
from six.moves import input
from six.moves.urllib.request import urlopen
import numpy as np
import h5py

View file

@ -1,13 +1,11 @@
#!/usr/bin/env python
from __future__ import print_function
from six.moves.urllib.parse import urlencode
from six.moves.urllib.request import urlopen
from urllib.parse import urlencode
from urllib.request import urlopen
from lxml import html
import numpy as np
import h5py
from openmc.data import ATOMIC_SYMBOL