From a17f339b82b7c502cbc3ce5e4d4a391d1ab5b193 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sun, 5 Feb 2012 09:58:30 -0800 Subject: [PATCH] BUG: Fix import of harris. --- skimage/feature/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/feature/__init__.py b/skimage/feature/__init__.py index 49721c73..fd3616f6 100644 --- a/skimage/feature/__init__.py +++ b/skimage/feature/__init__.py @@ -1,4 +1,4 @@ from hog import hog from greycomatrix import greycomatrix, greycoprops from peak import peak_local_max -from harris import harris +from .harris import harris