Use asbolute import for Cython lib

This commit is contained in:
Johannes Schönberger
2013-08-06 14:39:38 +02:00
parent 01871c153d
commit 92e70547fa
+1 -1
View File
@@ -5,7 +5,7 @@ import numpy as np
from scipy import ndimage
from skimage.morphology import convex_hull_image
from . import _moments
from skimage.measure import _moments
__all__ = ['regionprops']