Use relative imports in skimage files

This commit is contained in:
Johannes Schönberger
2015-01-22 07:36:48 -05:00
parent ea95b5419b
commit ee5c6fbeb2
67 changed files with 149 additions and 155 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import numpy as np
from scipy import ndimage
from skimage import measure, morphology
from .. import measure, morphology
from ._hough_transform import _hough_circle