mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 04:10:46 +08:00
BUG: Correctly import _feature in Python 3.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""template.py - Template matching
|
||||
"""
|
||||
import numpy as np
|
||||
import _template
|
||||
from . import _template
|
||||
|
||||
from skimage.util.dtype import convert
|
||||
|
||||
|
||||
Reference in New Issue
Block a user