middle of refactor

This commit is contained in:
sm
2010-10-23 13:49:15 -06:00
parent 431f3a4e44
commit eadfa46e57
5 changed files with 51 additions and 51 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
#!/usr/bin/env python
import unittest
from interplosion import baker
from interplosion import grid
from interp import baker
from interp import grid
import numpy as np
import scipy.spatial
@@ -28,8 +29,8 @@ class TestSequenceFunctions(unittest.TestCase):
def testImports(self):
import numpy
import scipy
import grid
import baker
import interp.grid
import interp.baker
def testGetPhis(self):