Add unique_rows to util/__init__.py

This commit is contained in:
Juan Nunez-Iglesias
2013-08-05 09:40:10 +10:00
parent 11f9a5bdbd
commit 640c49608d
+3 -1
View File
@@ -12,6 +12,7 @@ else:
from numpy import pad
del numpy, ver, chk
from ._regular_grid import regular_grid
from .unique import unique_rows
__all__ = ['img_as_float',
@@ -24,4 +25,5 @@ __all__ = ['img_as_float',
'view_as_windows',
'pad',
'random_noise',
'regular_grid']
'regular_grid',
'unique_rows']