Make six an external dependency.

This commit is contained in:
Stefan van der Walt
2013-10-27 14:06:26 +02:00
parent d5776656a8
commit eb6867cfe2
12 changed files with 22 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']