Updated to use absolute imports for packages rather than relative ones.

这个提交包含在:
craig-warren
2015-11-25 17:58:29 +00:00
父节点 fccde51ca5
当前提交 bc42bf9d53
共有 19 个文件被更改,包括 57 次插入57 次删除

查看文件

@@ -18,7 +18,7 @@
import numpy as np
from .constants import e0, m0, floattype, complextype
from gprMax.constants import e0, m0, floattype, complextype
class Material():