Merge pull request #801 from stefanv/six_external

Make six an external dependency.
This commit is contained in:
Johannes Schönberger
2013-11-01 00:00:30 -07:00
14 changed files with 24 additions and 15 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ from warnings import warn
from skimage.util.dtype import dtype_range
from .base import Plugin
from ..utils import ClearColormap, update_axes_image
from skimage._shared import six
import six
__all__ = ['OverlayPlugin']