Fix import of rotate function

This commit is contained in:
Johannes Schönberger
2012-08-27 13:31:33 +02:00
parent 6f4c2ad268
commit 6ec4c21cf7
+1 -1
View File
@@ -5,4 +5,4 @@ from .integral import *
from ._geometric import (estimate_transform,
SimilarityTransform, AffineTransform,
ProjectiveTransform, PolynomialTransform)
from ._warps import warp, warp_coords, swirl, homography
from ._warps import warp, warp_coords, rotate, swirl, homography