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
@@ -3,7 +3,7 @@ Methods to characterize image textures.
"""
import numpy as np
from skimage._shared.utils import assert_nD
from .._shared.utils import assert_nD
from ._texture import _glcm_loop, _local_binary_pattern