Consistently use relative imports

This commit is contained in:
Stefan van der Walt
2015-07-11 15:41:37 -05:00
parent 661b8e60c0
commit 83d5ff9001
25 changed files with 39 additions and 32 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ from ..filters.thresholding import (threshold_adaptive, threshold_otsu, threshol
from ..filters import rank
from ..filters.rank import median
from skimage._shared.utils import deprecated
from skimage import restoration
from .._shared.utils import deprecated
from .. import restoration
denoise_bilateral = deprecated('skimage.restoration.denoise_bilateral')\
(restoration.denoise_bilateral)
denoise_tv_bregman = deprecated('skimage.restoration.denoise_tv_bregman')\