BUG: more module renaming to prevent duplicates.

This commit is contained in:
Tony S Yu
2012-08-02 23:08:19 -04:00
parent 13caa41fa7
commit 8a340cc47d
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
from .hog import hog
from ._hog import hog
from .greycomatrix import greycomatrix, greycoprops
from .peak import peak_local_max
from .harris import harris
from ._harris import harris
from .template import match_template