From 25e21608df0cdf7fc11e974e44ffdd20bb858e08 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Fri, 13 Nov 2015 08:34:46 -0800 Subject: [PATCH] import all EM utils under Utils namespace --- SimPEG/EM/Utils/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SimPEG/EM/Utils/__init__.py b/SimPEG/EM/Utils/__init__.py index 6e430cf9..487bd909 100644 --- a/SimPEG/EM/Utils/__init__.py +++ b/SimPEG/EM/Utils/__init__.py @@ -1,5 +1,5 @@ # import Sources # import Ana # import Solver -import EMUtils -import SrcUtils \ No newline at end of file +from EMUtils import * +from SrcUtils import * \ No newline at end of file