Added a sub-module to utils to put analytics and source functions.

This commit is contained in:
Dave Marchant
2013-11-14 11:53:14 -08:00
parent d7c8e72379
commit 72e844c87d
4 changed files with 42 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ from interputils import interpmat
from ipythonUtils import easyAnimate as animate
import Solver
from Solver import Solver
import Geophysics
def setKwargs(obj, **kwargs):
"""Sets key word arguments (kwargs) that are present in the object, throw an error if they don't exist."""