Move all_warnings to skimage._shared.utils

This commit is contained in:
Stefan van der Walt
2014-04-27 03:23:22 +02:00
parent 8fdd5a270d
commit 86beb21e5a
4 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -4,8 +4,9 @@ import sys
import six
from ._warnings import all_warnings
__all__ = ['deprecated', 'get_bound_method_class']
__all__ = ['deprecated', 'get_bound_method_class', 'all_warnings']
class skimage_deprecation(Warning):