# HG changeset patch # User Jeff Hammel # Date 1409880322 25200 # Node ID 39f428e8f2b705a96209e87e6559a40c99bf5a19 # Parent 2cad4536f797f71a7b8a0640295511e60b251bbb fix import diff -r 2cad4536f797 -r 39f428e8f2b7 tests/test_interpolation.py --- a/tests/test_interpolation.py Thu Sep 04 18:22:53 2014 -0700 +++ b/tests/test_interpolation.py Thu Sep 04 18:25:22 2014 -0700 @@ -8,7 +8,7 @@ import os import sys import unittest -from interpolation import linear_interpolation +from numerics.interpolation import linear_interpolation # globals here = os.path.dirname(os.path.abspath(__file__))