fix import

This commit is contained in:
François Boulogne
2013-06-20 22:53:13 +02:00
parent b9572e8c68
commit 6f6d207eb2
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,5 @@
import os.path
import numpy as np
from numpy.testing import *
from numpy.testing.decorators import skipif
from tempfile import NamedTemporaryFile
@@ -90,4 +89,5 @@ class TestSave:
yield self.roundtrip, dtype, x
if __name__ == "__main__":
from numpy.testing import run_module_suite
run_module_suite()
+3 -1
View File
@@ -1,5 +1,7 @@
import numpy as np
from numpy.testing import *
from numpy.testing import (assert_raises,
assert_array_equal,
)
from skimage.measure import find_contours