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
+1 -1
View File
@@ -4,8 +4,8 @@ of an n-dimensional array.
"""
from __future__ import division, absolute_import, print_function
from skimage._shared.six import integer_types
from six import integer_types
import numpy as np
try: