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,5 +1,5 @@
import numpy as np
from skimage._shared.utils import deprecated
from .._shared.utils import deprecated
def join_segmentations(s1, s2):