BUG: Fix incorrect import.

This commit is contained in:
Stefan van der Walt
2012-05-02 21:34:39 -07:00
parent 7df3707c33
commit e13cc2541f
+1 -1
View File
@@ -4,7 +4,7 @@
import numpy as np
from scipy.ndimage import interpolation as ndii
from .warp import _stackcopy
from ._warp import _stackcopy
__all__ = ['homography']