Merge pull request #1324 from ahojnnes/rel-import

Use relative imports in skimage files
This commit is contained in:
Steven Silvester
2015-01-25 15:26:34 -06:00
69 changed files with 147 additions and 158 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import numpy as np
cimport numpy as cnp
from libc.math cimport sqrt, sin, cos, floor, ceil
from skimage._shared.geometry cimport point_in_polygon
from .._shared.geometry cimport point_in_polygon
def _coords_inside_image(rr, cc, shape, val=None):