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