Use relative imports in skimage files

This commit is contained in:
Johannes Schönberger
2015-01-22 07:36:48 -05:00
parent ea95b5419b
commit ee5c6fbeb2
67 changed files with 149 additions and 155 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import numpy as np
from . import _colormixer
from . import _histograms
import threading
from skimage.util import img_as_ubyte
from ...util import img_as_ubyte
# utilities to make life easier for plugin writers.