Updated imports style.

这个提交包含在:
craig-warren
2016-08-03 18:10:07 +01:00
父节点 b36c2fa3f9
当前提交 956c61fddf

查看文件

@@ -16,7 +16,10 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with gprMax. If not, see <http://www.gnu.org/licenses/>. # along with gprMax. If not, see <http://www.gnu.org/licenses/>.
import argparse, glob, os import argparse
import glob
import os
import h5py import h5py
import numpy as np import numpy as np
@@ -72,6 +75,3 @@ if not check or check == 'y':
file = basefilename + str(model + 1) + '.out' file = basefilename + str(model + 1) + '.out'
os.remove(file) os.remove(file)