From 39e66c022903bf53c5d5ad6f1463b569569af849 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 29 Jun 2013 10:18:43 -0500 Subject: [PATCH] Add to public API. --- skimage/_shared/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/_shared/utils.py b/skimage/_shared/utils.py index 8ba67ec5..ea631716 100644 --- a/skimage/_shared/utils.py +++ b/skimage/_shared/utils.py @@ -5,7 +5,7 @@ import sys from . import six -__all__ = ['deprecated'] +__all__ = ['deprecated', 'get_bound_method_class'] class deprecated(object):