Unsplat imports, mostly to break up the few cases of HUGE 180 char imports.

I'm eventually going to try to remove all instances of <from x import y>, but that's further down the line.
这个提交包含在:
fake-name
2017-04-25 15:06:14 -07:00
父节点 54d2b76875
当前提交 f9c0eeb48b
共有 19 个文件被更改,包括 288 次插入198 次删除

查看文件

@@ -18,12 +18,16 @@
from collections import OrderedDict
from colorama import init, Fore, Style
from colorama import init
from colorama import Fore
from colorama import Style
init()
import numpy as np
np.seterr(invalid='raise')
from gprMax.constants import c, floattype, complextype
from gprMax.constants import c
from gprMax.constants import floattype
from gprMax.constants import complextype
from gprMax.materials import Material
from gprMax.pml import PML
from gprMax.utilities import round_value