BUG: Correctly import _feature in Python 3.

This commit is contained in:
Stefan van der Walt
2012-05-09 15:42:04 -07:00
parent 7326b1949f
commit fc676d6ae0
+1 -1
View File
@@ -1,7 +1,7 @@
"""template.py - Template matching
"""
import numpy as np
import _template
from . import _template
from skimage.util.dtype import convert