Add to public API.

This commit is contained in:
Stefan van der Walt
2013-06-29 10:18:43 -05:00
parent 0286d2d30f
commit 39e66c0229
+1 -1
View File
@@ -5,7 +5,7 @@ import sys
from . import six
__all__ = ['deprecated']
__all__ = ['deprecated', 'get_bound_method_class']
class deprecated(object):