Mercurial > hg > numerics
diff tests/test_interpolation.py @ 8:39f428e8f2b7
fix import
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 04 Sep 2014 18:25:22 -0700 |
parents | 2cad4536f797 |
children | 7dd1b18c9f78 |
line wrap: on
line diff
--- 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__))